Html Css Color HEX #549DAA Cadet Blue

📋 copy color: '#549DAA'

red 84 ◦ green 157 ◦ blue 170

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

Shades of Cadet Blue #549DAA

Tints of Cadet Blue #549DAA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.2%

 BLUE value IS 170 (66.8% from 255) = 41.36%

R = 20.44%
G = 38.2%
B = 41.36%

CMYK

 C value IS 0.51

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#549DAA (or 0x549DAA) is known color: Cadet Blue. HEX triplet: 54, 9D and AA. RGB value is (84,157,170). Sum of RGB (Red+Green+Blue) = 84+157+170=411 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.44% from 411); Green value is 157 (61.72% from 255 or 38.20% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 170 - color contains mainly: blue. Hex color #549DAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549DAA is #AB6255. Grayscale: #888888. Windows color (decimal): -11231830 or 11181396. OLE color: 11181396.

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

Color convert

RGB 84 157 170 -
CMYK 0.51 0.08 0 0.33
HSL 189.07º 0.34% 0.5% -
HSV(B) 189.07º 0.51% 0.67% -
XYZ 22.97 28.9 42.4 -
YUV 136.66 146.82 90.44 -
System Red Green Blue C M Y K H S L
Decimal 84 157 170 0.51 0.08 0 0.33 189.07 0.34 0.5
Hex 54 9D AA 33 8 0 21 BD 22 32
Octal 124 235 252 63 10 0 41 275 42 62
Binary 1010100 10011101 10101010 110011 1000 0 100001 10111101 100010 110010

Color Harmonies of #549DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549DAA

Black with #549DAA

Text Example


Text Example

White with #549DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,157,170); }

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

background-color css

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

 a { background-color: rgb(84,157,170); }

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

border-color css

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

 span { border-color: rgb(84,157,170); }

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