Html Css Color HEX #559098 Half Baked

📋 copy color: '#559098'

red 85 ◦ green 144 ◦ blue 152

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

Shades of Half Baked #559098

Tints of Half Baked #559098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 39.9%

R = 22.31%
G = 37.8%
B = 39.9%

CMYK

 C value IS 0.44

 M value IS 0.05

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#559098 (or 0x559098) is known color: Half Baked. HEX triplet: 55, 90 and 98. RGB value is (85,144,152). Sum of RGB (Red+Green+Blue) = 85+144+152=381 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.31% from 381); Green value is 144 (56.64% from 255 or 37.80% from 381); Blue value is 152 (59.77% from 255 or 39.90% from 381); Max value from RGB is 152 - color contains mainly: blue. Hex color #559098 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559098 is #AA6F67. Grayscale: #7F7F7F. Windows color (decimal): -11169640 or 9998421. OLE color: 9998421.

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

Color convert

RGB 85 144 152 -
CMYK 0.44 0.05 0 0.40
HSL 187.16º 0.28% 0.46% -
HSV(B) 187.16º 0.44% 0.6% -
XYZ 19.39 24.14 33.34 -
YUV 127.27 141.95 97.85 -
System Red Green Blue C M Y K H S L
Decimal 85 144 152 0.44 0.05 0 0.40 187.16 0.28 0.46
Hex 55 90 98 2C 5 0 28 BB 1C 2E
Octal 125 220 230 54 5 0 50 273 34 56
Binary 1010101 10010000 10011000 101100 101 0 101000 10111011 11100 101110

Color Harmonies of #559098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559098

Black with #559098

Text Example


Text Example

White with #559098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559098; }

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

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

background-color css

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

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

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

border-color css

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

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

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