Html Css Color HEX #559891 Half Baked

📋 copy color: '#559891'

red 85 ◦ green 152 ◦ blue 145

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

Shades of Half Baked #559891

Tints of Half Baked #559891

RGB

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

 GREEN value IS 152 (59.77% from 255) = 39.79%

 BLUE value IS 145 (57.03% from 255) = 37.96%

R = 22.25%
G = 39.79%
B = 37.96%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.05

 K value IS 0.40

RGB Variations

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

Color information

#559891 (or 0x559891) is known color: Half Baked. HEX triplet: 55, 98 and 91. RGB value is (85,152,145). Sum of RGB (Red+Green+Blue) = 85+152+145=382 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.25% from 382); Green value is 152 (59.77% from 255 or 39.79% from 382); Blue value is 145 (57.03% from 255 or 37.96% from 382); Max value from RGB is 152 - color contains mainly: green. Hex color #559891 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559891 is #AA676E. Grayscale: #838383. Windows color (decimal): -11167599 or 9541717. OLE color: 9541717.

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

Color convert

RGB 85 152 145 -
CMYK 0.44 0 0.05 0.40
HSL 173.73º 0.28% 0.46% -
HSV(B) 173.73º 0.44% 0.6% -
XYZ 20.09 26.43 30.83 -
YUV 131.17 135.8 95.07 -
System Red Green Blue C M Y K H S L
Decimal 85 152 145 0.44 0 0.05 0.40 173.73 0.28 0.46
Hex 55 98 91 2C 0 5 28 AE 1C 2E
Octal 125 230 221 54 0 5 50 256 34 56
Binary 1010101 10011000 10010001 101100 0 101 101000 10101110 11100 101110

Color Harmonies of #559891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559891

Black with #559891

Text Example


Text Example

White with #559891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559891; }

 p { color: rgb(85,152,145); }

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

background-color css

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

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

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

border-color css

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

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

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