#588F9A

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

Shades of Half Baked #588F9A

Tints of Half Baked #588F9A

Color information

#588F9A (or 0x588F9A) is unknown color: approx Half Baked. HEX triplet: 58, 8F and 9A. RGB value is (88,143,154). Sum of RGB (Red+Green+Blue) = 88+143+154=385 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.86% from 385); Green value is 143 (56.25% from 255 or 37.14% from 385); Blue value is 154 (60.55% from 255 or 40% from 385); Max value from RGB is 154 - color contains mainly: blue. Hex color #588F9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588F9A is #A77065. Grayscale: #7F7F7F. Windows color (decimal): -10973286 or 10129240. OLE color: 10129240.

HSL color Cylindrical-coordinate representation of color #588F9A: hue angle of 190º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #588F9A is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB88143154-
CMYK0.430.0700.40
HSL190º27.27%47.45%-
HSV(B)190º42.86%60.39%-
XYZ19.6824.0534.18-
YUV127.81142.7899.61-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.86%
GREEN value IS 143 (56.25% from 255) = 37.14%
BLUE value IS 154 (60.55% from 255) = 40%
R=22.86%
G=37.14%
B=40%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal881431540.430.0700.4019027.2747.45
Hex588F9A2B7028be1b2f
Octal1302172325370502763357
Binary1011000100011111001101010101111101010001011111011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,143,154); }

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

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

 a { background-color: rgb(88,143,154); }

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

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

 span { border-color: rgb(88,143,154); }

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