Html Css Color HEX #55999E Cadet Blue

📋 copy color: '#55999E'

red 85 ◦ green 153 ◦ blue 158

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

Shades of Cadet Blue #55999E

Tints of Cadet Blue #55999E

RGB

 RED value IS 85 (33.59% from 255) = 21.46%

 GREEN value IS 153 (60.16% from 255) = 38.64%

 BLUE value IS 158 (62.11% from 255) = 39.9%

R = 21.46%
G = 38.64%
B = 39.9%

CMYK

 C value IS 0.46

 M value IS 0.03

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#55999E (or 0x55999E) is known color: Cadet Blue. HEX triplet: 55, 99 and 9E. RGB value is (85,153,158). Sum of RGB (Red+Green+Blue) = 85+153+158=396 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.46% from 396); Green value is 153 (60.16% from 255 or 38.64% from 396); Blue value is 158 (62.11% from 255 or 39.90% from 396); Max value from RGB is 158 - color contains mainly: blue. Hex color #55999E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55999E is #AA6661. Grayscale: #858585. Windows color (decimal): -11167330 or 10393941. OLE color: 10393941.

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

Color convert

RGB 85 153 158 -
CMYK 0.46 0.03 0 0.38
HSL 184.11º 0.3% 0.48% -
HSV(B) 184.11º 0.46% 0.62% -
XYZ 21.31 27.18 36.47 -
YUV 133.24 141.97 93.59 -
System Red Green Blue C M Y K H S L
Decimal 85 153 158 0.46 0.03 0 0.38 184.11 0.3 0.48
Hex 55 99 9E 2E 3 0 26 B8 1E 30
Octal 125 231 236 56 3 0 46 270 36 60
Binary 1010101 10011001 10011110 101110 11 0 100110 10111000 11110 110000

Color Harmonies of #55999E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55999E

Black with #55999E

Text Example


Text Example

White with #55999E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55999E; }

 p { color: rgb(85,153,158); }

 H1.HeaderClassName
 {
   color: #55999E;
 }
 .AnyTagClassName
 {
   color: #55999E;
 }
</style>

background-color css

<style>
 a { background-color: #55999E; }

 a { background-color: rgb(85,153,158); }

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

border-color css

<style>
 span { border-color: #55999E; }

 span { border-color: rgb(85,153,158); }

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