#54ADC2

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

Shades of Viking #54ADC2

Tints of Viking #54ADC2

Color information

#54ADC2 (or 0x54ADC2) is unknown color: approx Viking. HEX triplet: 54, AD and C2. RGB value is (84,173,194). Sum of RGB (Red+Green+Blue) = 84+173+194=451 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.63% from 451); Green value is 173 (67.97% from 255 or 38.36% from 451); Blue value is 194 (76.17% from 255 or 43.02% from 451); Max value from RGB is 194 - color contains mainly: blue. Hex color #54ADC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54ADC2 is #AB523D. Grayscale: #949494. Windows color (decimal): -11227710 or 12758356. OLE color: 12758356.

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

Color convert

RGB84173194-
CMYK0.570.1100.24
HSL191.45º47.41%54.51%-
HSV(B)191.45º56.7%76.08%-
XYZ28.3435.6756.43-
YUV148.78153.5181.79-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.63%
GREEN value IS 173 (67.97% from 255) = 38.36%
BLUE value IS 194 (76.17% from 255) = 43.02%
R=18.63%
G=38.36%
B=43.02%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal841731940.570.1100.24191.4547.4154.51
Hex54ADC239B018bf2f37
Octal12425530271130302775767
Binary10101001010110111000010111001101101100010111111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54ADC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,173,194); }

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

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

 a { background-color: rgb(84,173,194); }

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

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

 span { border-color: rgb(84,173,194); }

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