#588E8A

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

Shades of Half Baked #588E8A

Tints of Half Baked #588E8A

Color information

#588E8A (or 0x588E8A) is unknown color: approx Half Baked. HEX triplet: 58, 8E and 8A. RGB value is (88,142,138). Sum of RGB (Red+Green+Blue) = 88+142+138=368 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.91% from 368); Green value is 142 (55.86% from 255 or 38.59% from 368); Blue value is 138 (54.30% from 255 or 37.5% from 368); Max value from RGB is 142 - color contains mainly: green. Hex color #588E8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588E8A is #A77175. Grayscale: #7D7D7D. Windows color (decimal): -10973558 or 9080408. OLE color: 9080408.

HSL color Cylindrical-coordinate representation of color #588E8A: hue angle of 175.56º degrees, saturation: 0.23, 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 #588E8A is Cyan = 0.38, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB88142138-
CMYK0.3800.030.44
HSL175.56º23.48%45.1%-
HSV(B)175.56º38.03%55.69%-
XYZ18.2823.2627.57-
YUV125.4135.11101.33-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.91%
GREEN value IS 142 (55.86% from 255) = 38.59%
BLUE value IS 138 (54.30% from 255) = 37.5%
R=23.91%
G=38.59%
B=37.5%

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
Decimal881421380.3800.030.44175.5623.4845.1
Hex588E8A26032Cb0172d
Octal1302162124603542602755
Binary101100010001110100010101001100111011001011000010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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