#54ADCD

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

Shades of Viking #54ADCD

Tints of Viking #54ADCD

Color information

#54ADCD (or 0x54ADCD) is unknown color: approx Viking. HEX triplet: 54, AD and CD. RGB value is (84,173,205). Sum of RGB (Red+Green+Blue) = 84+173+205=462 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.18% from 462); Green value is 173 (67.97% from 255 or 37.45% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 205 - color contains mainly: blue. Hex color #54ADCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54ADCD is #AB5232. Grayscale: #959595. Windows color (decimal): -11227699 or 13479252. OLE color: 13479252.

HSL color Cylindrical-coordinate representation of color #54ADCD: hue angle of 195.87º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #54ADCD is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB84173205-
CMYK0.590.1600.20
HSL195.87º54.75%56.67%-
HSV(B)195.87º59.02%80.39%-
XYZ29.6236.1863.18-
YUV150.04159.0180.9-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.18%
GREEN value IS 173 (67.97% from 255) = 37.45%
BLUE value IS 205 (80.47% from 255) = 44.37%
R=18.18%
G=37.45%
B=44.37%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal841732050.590.1600.20195.8754.7556.67
Hex54ADCD3B10014c43739
Octal12425531573200243046771
Binary101010010101101110011011110111000001010011000100110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54ADCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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