Html Css Color HEX #559091 Half Baked

📋 copy color: '#559091'

red 85 ◦ green 144 ◦ blue 145

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

Shades of Half Baked #559091

Tints of Half Baked #559091

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.5%

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

R = 22.73%
G = 38.5%
B = 38.77%

CMYK

 C value IS 0.41

 M value IS 0.01

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#559091 (or 0x559091) is known color: Half Baked. HEX triplet: 55, 90 and 91. RGB value is (85,144,145). Sum of RGB (Red+Green+Blue) = 85+144+145=374 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.73% from 374); Green value is 144 (56.64% from 255 or 38.50% from 374); Blue value is 145 (57.03% from 255 or 38.77% from 374); Max value from RGB is 145 - color contains mainly: blue. Hex color #559091 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559091 is #AA6F6E. Grayscale: #7E7E7E. Windows color (decimal): -11169647 or 9539669. OLE color: 9539669.

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

Color convert

RGB 85 144 145 -
CMYK 0.41 0.01 0 0.43
HSL 181º 0.26% 0.45% -
HSV(B) 181º 0.41% 0.57% -
XYZ 18.83 23.92 30.41 -
YUV 126.47 138.45 98.42 -
System Red Green Blue C M Y K H S L
Decimal 85 144 145 0.41 0.01 0 0.43 181 0.26 0.45
Hex 55 90 91 29 1 0 2B B5 1A 2D
Octal 125 220 221 51 1 0 53 265 32 55
Binary 1010101 10010000 10010001 101001 1 0 101011 10110101 11010 101101

Color Harmonies of #559091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559091

Black with #559091

Text Example


Text Example

White with #559091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559091; }

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

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

background-color css

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

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

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

border-color css

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

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

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