Html Css Color HEX #549FAE Cadet Blue

📋 copy color: '#549FAE'

red 84 ◦ green 159 ◦ blue 174

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

Shades of Cadet Blue #549FAE

Tints of Cadet Blue #549FAE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 38.13%

 BLUE value IS 174 (68.36% from 255) = 41.73%

R = 20.14%
G = 38.13%
B = 41.73%

CMYK

 C value IS 0.52

 M value IS 0.09

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#549FAE (or 0x549FAE) is known color: Cadet Blue. HEX triplet: 54, 9F and AE. RGB value is (84,159,174). Sum of RGB (Red+Green+Blue) = 84+159+174=417 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.14% from 417); Green value is 159 (62.5% from 255 or 38.13% from 417); Blue value is 174 (68.36% from 255 or 41.73% from 417); Max value from RGB is 174 - color contains mainly: blue. Hex color #549FAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549FAE is #AB6051. Grayscale: #8A8A8A. Windows color (decimal): -11231314 or 11444052. OLE color: 11444052.

HSL color Cylindrical-coordinate representation of color #549FAE: hue angle of 190º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #549FAE is Cyan = 0.52, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 84 159 174 -
CMYK 0.52 0.09 0 0.32
HSL 190º 0.36% 0.51% -
HSV(B) 190º 0.52% 0.68% -
XYZ 23.69 29.74 44.54 -
YUV 138.29 148.15 89.28 -
System Red Green Blue C M Y K H S L
Decimal 84 159 174 0.52 0.09 0 0.32 190 0.36 0.51
Hex 54 9F AE 34 9 0 20 BE 24 33
Octal 124 237 256 64 11 0 40 276 44 63
Binary 1010100 10011111 10101110 110100 1001 0 100000 10111110 100100 110011

Color Harmonies of #549FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549FAE

Black with #549FAE

Text Example


Text Example

White with #549FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,159,174); }

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

background-color css

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

 a { background-color: rgb(84,159,174); }

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

border-color css

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

 span { border-color: rgb(84,159,174); }

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