#559598

Color #559598 Half Baked (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Half Baked #559598

Tints of Half Baked #559598

Color information

#559598 (or 0x559598) is unknown color: approx Half Baked. HEX triplet: 55, 95 and 98. RGB value is (85,149,152). Sum of RGB (Red+Green+Blue) = 85+149+152=386 (51% of max value = 765). Red value is 85 (33.59% from 255 or 22.02% from 386); Green value is 149 (58.59% from 255 or 38.60% from 386); Blue value is 152 (59.77% from 255 or 39.38% from 386); Max value from RGB is 152 - color contains mainly: blue. Hex color #559598 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559598 is #AA6A67. Grayscale: #828282. Windows color (decimal): -11168360 or 9999701. OLE color: 9999701.

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

Color convert

RGB85149152-
CMYK0.440.0200.40
HSL182.69º28.27%46.47%-
HSV(B)182.69º44.08%59.61%-
XYZ20.1625.6933.6-
YUV130.21140.395.76-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.02%
GREEN value IS 149 (58.59% from 255) = 38.60%
BLUE value IS 152 (59.77% from 255) = 39.38%
R=22.02%
G=38.60%
B=39.38%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal851491520.440.0200.40182.6928.2746.47
Hex5595982C2028b71c2e
Octal1252252305420502673456
Binary101010110010101100110001011001001010001011011111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559598; }

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

 H1.HeaderClassName
 {
   color: #559598;
 }
 .AnyTagClassName
 {
   color: #559598;
 }
</style>
background-color css

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

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

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

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

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

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