#54A6C1

Color #54A6C1 Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #54A6C1

Tints of Viking #54A6C1

Color information

#54A6C1 (or 0x54A6C1) is unknown color: approx Viking. HEX triplet: 54, A6 and C1. RGB value is (84,166,193). Sum of RGB (Red+Green+Blue) = 84+166+193=443 (58% of max value = 765). Red value is 84 (33.20% from 255 or 18.96% from 443); Green value is 166 (65.23% from 255 or 37.47% from 443); Blue value is 193 (75.78% from 255 or 43.57% from 443); Max value from RGB is 193 - color contains mainly: blue. Hex color #54A6C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54A6C1 is #AB593E. Grayscale: #909090. Windows color (decimal): -11229503 or 12691028. OLE color: 12691028.

HSL color Cylindrical-coordinate representation of color #54A6C1: hue angle of 194.86º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54A6C1 is Cyan = 0.56, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB84166193-
CMYK0.560.1400.24
HSL194.86º46.78%54.31%-
HSV(B)194.86º56.48%75.69%-
XYZ26.9233.0155.4-
YUV144.56155.3384.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 84 (33.20% from 255) = 18.96%
GREEN value IS 166 (65.23% from 255) = 37.47%
BLUE value IS 193 (75.78% from 255) = 43.57%
R=18.96%
G=37.47%
B=43.57%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal841661930.560.1400.24194.8646.7854.31
Hex54A6C138E018c32f36
Octal12424630170160303035766
Binary10101001010011011000001111000111001100011000011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A6C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54A6C1; }

 p { color: rgb(84,166,193); }

 H1.HeaderClassName
 {
   color: #54A6C1;
 }
 .AnyTagClassName
 {
   color: #54A6C1;
 }
</style>
background-color css

<style>
 a { background-color: #54A6C1; }

 a { background-color: rgb(84,166,193); }

 div.DivClassName
 {
   background-color: #54A6C1;
 }
 .BgClassName
 {
   background-color: #54A6C1;
 }
</style>
border-color css

<style>
 span { border-color: #54A6C1; }

 span { border-color: rgb(84,166,193); }

 td.TdClassName
 {
   border-color: #54A6C1;
 }
 .TagClassName
 {
   border-color: #54A6C1;
 }
</style>