#559698

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

Shades of Half Baked #559698

Tints of Half Baked #559698

Color information

#559698 (or 0x559698) is unknown color: approx Half Baked. HEX triplet: 55, 96 and 98. RGB value is (85,150,152). Sum of RGB (Red+Green+Blue) = 85+150+152=387 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.96% from 387); Green value is 150 (58.98% from 255 or 38.76% from 387); Blue value is 152 (59.77% from 255 or 39.28% from 387); Max value from RGB is 152 - color contains mainly: blue. Hex color #559698 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559698 is #AA6967. Grayscale: #828282. Windows color (decimal): -11168104 or 9999957. OLE color: 9999957.

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

Color convert

RGB85150152-
CMYK0.440.0100.40
HSL181.79º28.27%46.47%-
HSV(B)181.79º44.08%59.61%-
XYZ20.3226.0133.66-
YUV130.79139.9795.34-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.96%
GREEN value IS 150 (58.98% from 255) = 38.76%
BLUE value IS 152 (59.77% from 255) = 39.28%
R=21.96%
G=38.76%
B=39.28%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal851501520.440.0100.40181.7928.2746.47
Hex5596982C1028b61c2e
Octal1252262305410502663456
Binary10101011001011010011000101100101010001011011011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559698; }

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

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

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

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

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

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

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

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