#588F8A

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

Shades of Half Baked #588F8A

Tints of Half Baked #588F8A

Color information

#588F8A (or 0x588F8A) is unknown color: approx Half Baked. HEX triplet: 58, 8F and 8A. RGB value is (88,143,138). Sum of RGB (Red+Green+Blue) = 88+143+138=369 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.85% from 369); Green value is 143 (56.25% from 255 or 38.75% from 369); Blue value is 138 (54.30% from 255 or 37.40% from 369); Max value from RGB is 143 - color contains mainly: green. Hex color #588F8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588F8A is #A77075. Grayscale: #7D7D7D. Windows color (decimal): -10973302 or 9080664. OLE color: 9080664.

HSL color Cylindrical-coordinate representation of color #588F8A: hue angle of 174.55º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #588F8A is Cyan = 0.38, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB88143138-
CMYK0.3800.030.44
HSL174.55º23.81%45.29%-
HSV(B)174.55º38.46%56.08%-
XYZ18.4323.5527.62-
YUV125.98134.78100.91-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.85%
GREEN value IS 143 (56.25% from 255) = 38.75%
BLUE value IS 138 (54.30% from 255) = 37.40%
R=23.85%
G=38.75%
B=37.40%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal881431380.3800.030.44174.5523.8145.29
Hex588F8A26032Caf182d
Octal1302172124603542573055
Binary101100010001111100010101001100111011001010111111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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