Html Css Color HEX #549CAC Cadet Blue

📋 copy color: '#549CAC'

red 84 ◦ green 156 ◦ blue 172

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

Shades of Cadet Blue #549CAC

Tints of Cadet Blue #549CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.75%

R = 20.39%
G = 37.86%
B = 41.75%

CMYK

 C value IS 0.51

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#549CAC (or 0x549CAC) is known color: Cadet Blue. HEX triplet: 54, 9C and AC. RGB value is (84,156,172). Sum of RGB (Red+Green+Blue) = 84+156+172=412 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.39% from 412); Green value is 156 (61.33% from 255 or 37.86% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 172 - color contains mainly: blue. Hex color #549CAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549CAC is #AB6353. Grayscale: #888888. Windows color (decimal): -11232084 or 11312212. OLE color: 11312212.

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

Color convert

RGB 84 156 172 -
CMYK 0.51 0.09 0 0.33
HSL 190.91º 0.35% 0.5% -
HSV(B) 190.91º 0.51% 0.67% -
XYZ 22.99 28.64 43.35 -
YUV 136.3 148.15 90.7 -
System Red Green Blue C M Y K H S L
Decimal 84 156 172 0.51 0.09 0 0.33 190.91 0.35 0.5
Hex 54 9C AC 33 9 0 21 BF 23 32
Octal 124 234 254 63 11 0 41 277 43 62
Binary 1010100 10011100 10101100 110011 1001 0 100001 10111111 100011 110010

Color Harmonies of #549CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549CAC

Black with #549CAC

Text Example


Text Example

White with #549CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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