Html Css Color HEX #559291 Half Baked

📋 copy color: '#559291'

red 85 ◦ green 146 ◦ blue 145

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

Shades of Half Baked #559291

Tints of Half Baked #559291

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.83%

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

R = 22.61%
G = 38.83%
B = 38.56%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.01

 K value IS 0.43

RGB Variations

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

Color information

#559291 (or 0x559291) is known color: Half Baked. HEX triplet: 55, 92 and 91. RGB value is (85,146,145). Sum of RGB (Red+Green+Blue) = 85+146+145=376 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.61% from 376); Green value is 146 (57.42% from 255 or 38.83% from 376); Blue value is 145 (57.03% from 255 or 38.56% from 376); Max value from RGB is 146 - color contains mainly: green. Hex color #559291 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559291 is #AA6D6E. Grayscale: #7F7F7F. Windows color (decimal): -11169135 or 9540181. OLE color: 9540181.

HSL color Cylindrical-coordinate representation of color #559291: hue angle of 179.02º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #559291 is Cyan = 0.42, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB 85 146 145 -
CMYK 0.42 0 0.01 0.43
HSL 179.02º 0.26% 0.45% -
HSV(B) 179.02º 0.42% 0.57% -
XYZ 19.14 24.53 30.51 -
YUV 127.65 137.79 97.58 -
System Red Green Blue C M Y K H S L
Decimal 85 146 145 0.42 0 0.01 0.43 179.02 0.26 0.45
Hex 55 92 91 2A 0 1 2B B3 1A 2D
Octal 125 222 221 52 0 1 53 263 32 55
Binary 1010101 10010010 10010001 101010 0 1 101011 10110011 11010 101101

Color Harmonies of #559291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559291

Black with #559291

Text Example


Text Example

White with #559291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559291; }

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

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

background-color css

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

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

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

border-color css

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

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

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