Html Css Color HEX #55999A Cadet Blue

📋 copy color: '#55999A'

red 85 ◦ green 153 ◦ blue 154

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

Shades of Cadet Blue #55999A

Tints of Cadet Blue #55999A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 39.29%

R = 21.68%
G = 39.03%
B = 39.29%

CMYK

 C value IS 0.45

 M value IS 0.01

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#55999A (or 0x55999A) is known color: Cadet Blue. HEX triplet: 55, 99 and 9A. RGB value is (85,153,154). Sum of RGB (Red+Green+Blue) = 85+153+154=392 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.68% from 392); Green value is 153 (60.16% from 255 or 39.03% from 392); Blue value is 154 (60.55% from 255 or 39.29% from 392); Max value from RGB is 154 - color contains mainly: blue. Hex color #55999A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55999A is #AA6665. Grayscale: #848484. Windows color (decimal): -11167334 or 10131797. OLE color: 10131797.

HSL color Cylindrical-coordinate representation of color #55999A: hue angle of 180.87º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #55999A is Cyan = 0.45, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 85 153 154 -
CMYK 0.45 0.01 0 0.40
HSL 180.87º 0.29% 0.47% -
HSV(B) 180.87º 0.45% 0.6% -
XYZ 20.97 27.05 34.69 -
YUV 132.78 139.97 93.92 -
System Red Green Blue C M Y K H S L
Decimal 85 153 154 0.45 0.01 0 0.40 180.87 0.29 0.47
Hex 55 99 9A 2D 1 0 28 B5 1D 2F
Octal 125 231 232 55 1 0 50 265 35 57
Binary 1010101 10011001 10011010 101101 1 0 101000 10110101 11101 101111

Color Harmonies of #55999A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55999A

Black with #55999A

Text Example


Text Example

White with #55999A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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