Html Css Color HEX #549CAA Cadet Blue

📋 copy color: '#549CAA'

red 84 ◦ green 156 ◦ blue 170

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

Shades of Cadet Blue #549CAA

Tints of Cadet Blue #549CAA

RGB

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

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

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

R = 20.49%
G = 38.05%
B = 41.46%

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

#549CAA (or 0x549CAA) is known color: Cadet Blue. HEX triplet: 54, 9C and AA. RGB value is (84,156,170). Sum of RGB (Red+Green+Blue) = 84+156+170=410 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.49% from 410); Green value is 156 (61.33% from 255 or 38.05% from 410); Blue value is 170 (66.80% from 255 or 41.46% from 410); Max value from RGB is 170 - color contains mainly: blue. Hex color #549CAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549CAA is #AB6355. Grayscale: #878787. Windows color (decimal): -11232086 or 11181140. OLE color: 11181140.

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

Color convert

RGB 84 156 170 -
CMYK 0.51 0.08 0 0.33
HSL 189.77º 0.34% 0.5% -
HSV(B) 189.77º 0.51% 0.67% -
XYZ 22.8 28.56 42.34 -
YUV 136.07 147.15 90.86 -
System Red Green Blue C M Y K H S L
Decimal 84 156 170 0.51 0.08 0 0.33 189.77 0.34 0.5
Hex 54 9C AA 33 8 0 21 BE 22 32
Octal 124 234 252 63 10 0 41 276 42 62
Binary 1010100 10011100 10101010 110011 1000 0 100001 10111110 100010 110010

Color Harmonies of #549CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549CAA

Black with #549CAA

Text Example


Text Example

White with #549CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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