Html Css Color HEX #559999 Half Baked

📋 copy color: '#559999'

red 85 ◦ green 153 ◦ blue 153

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

Shades of Half Baked #559999

Tints of Half Baked #559999

RGB

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

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

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

R = 21.74%
G = 39.13%
B = 39.13%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#559999 (or 0x559999) is known color: Half Baked. HEX triplet: 55, 99 and 99. RGB value is (85,153,153). Sum of RGB (Red+Green+Blue) = 85+153+153=391 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.74% from 391); Green value is 153 (60.16% from 255 or 39.13% from 391); Blue value is 153 (60.16% from 255 or 39.13% from 391); Max value from RGB is 153 - color contains mainly: green, blue. Hex color #559999 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559999 is #AA6666. Grayscale: #848484. Windows color (decimal): -11167335 or 10066261. OLE color: 10066261.

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

Color convert

RGB 85 153 153 -
CMYK 0.44 0 0 0.4
HSL 180º 0.29% 0.47% -
HSV(B) 180º 0.44% 0.6% -
XYZ 20.89 27.01 34.25 -
YUV 132.67 139.47 94 -
System Red Green Blue C M Y K H S L
Decimal 85 153 153 0.44 0 0 0.4 180 0.29 0.47
Hex 55 99 99 2C 0 0 28 B4 1D 2F
Octal 125 231 231 54 0 0 50 264 35 57
Binary 1010101 10011001 10011001 101100 0 0 101000 10110100 11101 101111

Color Harmonies of #559999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559999

Black with #559999

Text Example


Text Example

White with #559999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559999; }

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

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

background-color css

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

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

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

border-color css

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

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

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