Html Css Color HEX #559995 Half Baked

📋 copy color: '#559995'

red 85 ◦ green 153 ◦ blue 149

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

Shades of Half Baked #559995

Tints of Half Baked #559995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 38.5%

R = 21.96%
G = 39.53%
B = 38.5%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#559995 (or 0x559995) is known color: Half Baked. HEX triplet: 55, 99 and 95. RGB value is (85,153,149). Sum of RGB (Red+Green+Blue) = 85+153+149=387 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.96% from 387); Green value is 153 (60.16% from 255 or 39.53% from 387); Blue value is 149 (58.59% from 255 or 38.50% from 387); Max value from RGB is 153 - color contains mainly: green. Hex color #559995 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559995 is #AA666A. Grayscale: #848484. Windows color (decimal): -11167339 or 9804117. OLE color: 9804117.

HSL color Cylindrical-coordinate representation of color #559995: hue angle of 176.47º 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 #559995 is Cyan = 0.44, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.4.

Color convert

RGB 85 153 149 -
CMYK 0.44 0 0.03 0.4
HSL 176.47º 0.29% 0.47% -
HSV(B) 176.47º 0.44% 0.6% -
XYZ 20.56 26.88 32.54 -
YUV 132.21 137.47 94.33 -
System Red Green Blue C M Y K H S L
Decimal 85 153 149 0.44 0 0.03 0.4 176.47 0.29 0.47
Hex 55 99 95 2C 0 3 28 B0 1D 2F
Octal 125 231 225 54 0 3 50 260 35 57
Binary 1010101 10011001 10010101 101100 0 11 101000 10110000 11101 101111

Color Harmonies of #559995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559995

Black with #559995

Text Example


Text Example

White with #559995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559995; }

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

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

background-color css

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

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

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

border-color css

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

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

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