#588B97

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

Shades of Half Baked #588B97

Tints of Half Baked #588B97

Color information

#588B97 (or 0x588B97) is unknown color: approx Half Baked. HEX triplet: 58, 8B and 97. RGB value is (88,139,151). Sum of RGB (Red+Green+Blue) = 88+139+151=378 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.28% from 378); Green value is 139 (54.69% from 255 or 36.77% from 378); Blue value is 151 (59.38% from 255 or 39.95% from 378); Max value from RGB is 151 - color contains mainly: blue. Hex color #588B97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588B97 is #A77468. Grayscale: #7D7D7D. Windows color (decimal): -10974313 or 9931608. OLE color: 9931608.

HSL color Cylindrical-coordinate representation of color #588B97: hue angle of 191.43º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #588B97 is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB88139151-
CMYK0.420.0800.41
HSL191.43º26.36%46.86%-
HSV(B)191.43º41.72%59.22%-
XYZ18.8422.7732.68-
YUV125.12142.6101.52-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.28%
GREEN value IS 139 (54.69% from 255) = 36.77%
BLUE value IS 151 (59.38% from 255) = 39.95%
R=23.28%
G=36.77%
B=39.95%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal881391510.420.0800.41191.4326.3646.86
Hex588B972A8029bf1a2f
Octal13021322752100512773257
Binary10110001000101110010111101010100001010011011111111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #588B97; }

 p { color: rgb(88,139,151); }

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

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

 a { background-color: rgb(88,139,151); }

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

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

 span { border-color: rgb(88,139,151); }

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