Html Css Color HEX #559597 Half Baked

📋 copy color: '#559597'

red 85 ◦ green 149 ◦ blue 151

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

Shades of Half Baked #559597

Tints of Half Baked #559597

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.7%

 BLUE value IS 151 (59.38% from 255) = 39.22%

R = 22.08%
G = 38.7%
B = 39.22%

CMYK

 C value IS 0.44

 M value IS 0.01

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#559597 (or 0x559597) is known color: Half Baked. HEX triplet: 55, 95 and 97. RGB value is (85,149,151). Sum of RGB (Red+Green+Blue) = 85+149+151=385 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.08% from 385); Green value is 149 (58.59% from 255 or 38.70% from 385); Blue value is 151 (59.38% from 255 or 39.22% from 385); Max value from RGB is 151 - color contains mainly: blue. Hex color #559597 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559597 is #AA6A68. Grayscale: #828282. Windows color (decimal): -11168361 or 9934165. OLE color: 9934165.

HSL color Cylindrical-coordinate representation of color #559597: hue angle of 181.82º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #559597 is Cyan = 0.44, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 85 149 151 -
CMYK 0.44 0.01 0 0.41
HSL 181.82º 0.28% 0.46% -
HSV(B) 181.82º 0.44% 0.59% -
XYZ 20.08 25.66 33.17 -
YUV 130.09 139.8 95.84 -
System Red Green Blue C M Y K H S L
Decimal 85 149 151 0.44 0.01 0 0.41 181.82 0.28 0.46
Hex 55 95 97 2C 1 0 29 B6 1C 2E
Octal 125 225 227 54 1 0 51 266 34 56
Binary 1010101 10010101 10010111 101100 1 0 101001 10110110 11100 101110

Color Harmonies of #559597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559597

Black with #559597

Text Example


Text Example

White with #559597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559597; }

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

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

background-color css

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

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

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

border-color css

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

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

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