Html Css Color HEX #549AAB Cadet Blue

📋 copy color: '#549AAB'

red 84 ◦ green 154 ◦ blue 171

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

Shades of Cadet Blue #549AAB

Tints of Cadet Blue #549AAB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.65%

 BLUE value IS 171 (67.19% from 255) = 41.81%

R = 20.54%
G = 37.65%
B = 41.81%

CMYK

 C value IS 0.51

 M value IS 0.10

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#549AAB (or 0x549AAB) is known color: Cadet Blue. HEX triplet: 54, 9A and AB. RGB value is (84,154,171). Sum of RGB (Red+Green+Blue) = 84+154+171=409 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.54% from 409); Green value is 154 (60.55% from 255 or 37.65% from 409); Blue value is 171 (67.19% from 255 or 41.81% from 409); Max value from RGB is 171 - color contains mainly: blue. Hex color #549AAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549AAB is #AB6554. Grayscale: #868686. Windows color (decimal): -11232597 or 11246164. OLE color: 11246164.

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

Color convert

RGB 84 154 171 -
CMYK 0.51 0.10 0 0.33
HSL 191.72º 0.34% 0.5% -
HSV(B) 191.72º 0.51% 0.67% -
XYZ 22.56 27.94 42.73 -
YUV 135.01 148.31 91.62 -
System Red Green Blue C M Y K H S L
Decimal 84 154 171 0.51 0.10 0 0.33 191.72 0.34 0.5
Hex 54 9A AB 33 A 0 21 C0 22 32
Octal 124 232 253 63 12 0 41 300 42 62
Binary 1010100 10011010 10101011 110011 1010 0 100001 11000000 100010 110010

Color Harmonies of #549AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549AAB

Black with #549AAB

Text Example


Text Example

White with #549AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,154,171); }

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

background-color css

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

 a { background-color: rgb(84,154,171); }

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

border-color css

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

 span { border-color: rgb(84,154,171); }

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