Html Css Color HEX #549D99 Cadet Blue

📋 copy color: '#549D99'

red 84 ◦ green 157 ◦ blue 153

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

Shades of Cadet Blue #549D99

Tints of Cadet Blue #549D99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 38.83%

R = 21.32%
G = 39.85%
B = 38.83%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.03

 K value IS 0.38

RGB Variations

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

Color information

#549D99 (or 0x549D99) is known color: Cadet Blue. HEX triplet: 54, 9D and 99. RGB value is (84,157,153). Sum of RGB (Red+Green+Blue) = 84+157+153=394 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.32% from 394); Green value is 157 (61.72% from 255 or 39.85% from 394); Blue value is 153 (60.16% from 255 or 38.83% from 394); Max value from RGB is 157 - color contains mainly: green. Hex color #549D99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549D99 is #AB6266. Grayscale: #868686. Windows color (decimal): -11231847 or 10067284. OLE color: 10067284.

HSL color Cylindrical-coordinate representation of color #549D99: hue angle of 176.71º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #549D99 is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB 84 157 153 -
CMYK 0.46 0 0.03 0.38
HSL 176.71º 0.3% 0.47% -
HSV(B) 176.71º 0.46% 0.62% -
XYZ 21.46 28.3 34.47 -
YUV 134.72 138.32 91.83 -
System Red Green Blue C M Y K H S L
Decimal 84 157 153 0.46 0 0.03 0.38 176.71 0.3 0.47
Hex 54 9D 99 2E 0 3 26 B1 1E 2F
Octal 124 235 231 56 0 3 46 261 36 57
Binary 1010100 10011101 10011001 101110 0 11 100110 10110001 11110 101111

Color Harmonies of #549D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549D99

Black with #549D99

Text Example


Text Example

White with #549D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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