Html Css Color HEX #549BA9 Cadet Blue

📋 copy color: '#549BA9'

red 84 ◦ green 155 ◦ blue 169

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

Shades of Cadet Blue #549BA9

Tints of Cadet Blue #549BA9

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.99%

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

R = 20.59%
G = 37.99%
B = 41.42%

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

#549BA9 (or 0x549BA9) is known color: Cadet Blue. HEX triplet: 54, 9B and A9. RGB value is (84,155,169). Sum of RGB (Red+Green+Blue) = 84+155+169=408 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.59% from 408); Green value is 155 (60.94% from 255 or 37.99% from 408); Blue value is 169 (66.41% from 255 or 41.42% from 408); Max value from RGB is 169 - color contains mainly: blue. Hex color #549BA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549BA9 is #AB6456. Grayscale: #878787. Windows color (decimal): -11232343 or 11115348. OLE color: 11115348.

HSL color Cylindrical-coordinate representation of color #549BA9: hue angle of 189.88º 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 #549BA9 is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 84 155 169 -
CMYK 0.50 0.08 0 0.34
HSL 189.88º 0.34% 0.5% -
HSV(B) 189.88º 0.5% 0.66% -
XYZ 22.54 28.19 41.79 -
YUV 135.37 146.98 91.36 -
System Red Green Blue C M Y K H S L
Decimal 84 155 169 0.50 0.08 0 0.34 189.88 0.34 0.5
Hex 54 9B A9 32 8 0 22 BE 22 32
Octal 124 233 251 62 10 0 42 276 42 62
Binary 1010100 10011011 10101001 110010 1000 0 100010 10111110 100010 110010

Color Harmonies of #549BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549BA9

Black with #549BA9

Text Example


Text Example

White with #549BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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