Html Css Color HEX #549CA9 Cadet Blue

📋 copy color: '#549CA9'

red 84 ◦ green 156 ◦ blue 169

#549CA9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cadet Blue #549CA9

Tints of Cadet Blue #549CA9

RGB

 RED value IS 84 (33.2% from 255) = 20.54%

 GREEN value IS 156 (61.33% from 255) = 38.14%

 BLUE value IS 169 (66.41% from 255) = 41.32%

R = 20.54%
G = 38.14%
B = 41.32%

CMYK

 C value IS 0.50

 M value IS 0.08

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#549CA9 (or 0x549CA9) is known color: Cadet Blue. HEX triplet: 54, 9C and A9. RGB value is (84,156,169). Sum of RGB (Red+Green+Blue) = 84+156+169=409 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.54% from 409); Green value is 156 (61.33% from 255 or 38.14% from 409); Blue value is 169 (66.41% from 255 or 41.32% from 409); Max value from RGB is 169 - color contains mainly: blue. Hex color #549CA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549CA9 is #AB6356. Grayscale: #878787. Windows color (decimal): -11232087 or 11115604. OLE color: 11115604.

HSL color Cylindrical-coordinate representation of color #549CA9: hue angle of 189.18º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #549CA9 is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 84 156 169 -
CMYK 0.50 0.08 0 0.34
HSL 189.18º 0.34% 0.5% -
HSV(B) 189.18º 0.5% 0.66% -
XYZ 22.71 28.53 41.85 -
YUV 135.95 146.65 90.94 -
System Red Green Blue C M Y K H S L
Decimal 84 156 169 0.50 0.08 0 0.34 189.18 0.34 0.5
Hex 54 9C A9 32 8 0 22 BD 22 32
Octal 124 234 251 62 10 0 42 275 42 62
Binary 1010100 10011100 10101001 110010 1000 0 100010 10111101 100010 110010

Color Harmonies of #549CA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549CA9

Black with #549CA9

Text Example


Text Example

White with #549CA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549CA9; }

 p { color: rgb(84,156,169); }

 H1.HeaderClassName
 {
   color: #549CA9;
 }
 .AnyTagClassName
 {
   color: #549CA9;
 }
</style>

background-color css

<style>
 a { background-color: #549CA9; }

 a { background-color: rgb(84,156,169); }

 div.DivClassName
 {
   background-color: #549CA9;
 }
 .BgClassName
 {
   background-color: #549CA9;
 }
</style>

border-color css

<style>
 span { border-color: #549CA9; }

 span { border-color: rgb(84,156,169); }

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