Html Css Color HEX #588890 Half Baked

📋 copy color: '#588890'

red 88 ◦ green 136 ◦ blue 144

#588890
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Half Baked #588890

Tints of Half Baked #588890

RGB

 RED value IS 88 (34.77% from 255) = 23.91%

 GREEN value IS 136 (53.52% from 255) = 36.96%

 BLUE value IS 144 (56.64% from 255) = 39.13%

R = 23.91%
G = 36.96%
B = 39.13%

CMYK

 C value IS 0.39

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#588890 (or 0x588890) is known color: Half Baked. HEX triplet: 58, 88 and 90. RGB value is (88,136,144). Sum of RGB (Red+Green+Blue) = 88+136+144=368 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.91% from 368); Green value is 136 (53.52% from 255 or 36.96% from 368); Blue value is 144 (56.64% from 255 or 39.13% from 368); Max value from RGB is 144 - color contains mainly: blue. Hex color #588890 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588890 is #A7776F. Grayscale: #7A7A7A. Windows color (decimal): -10975088 or 9472088. OLE color: 9472088.

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

Color convert

RGB 88 136 144 -
CMYK 0.39 0.06 0 0.44
HSL 188.57º 0.24% 0.45% -
HSV(B) 188.57º 0.39% 0.56% -
XYZ 17.86 21.7 29.63 -
YUV 122.56 140.1 103.35 -
System Red Green Blue C M Y K H S L
Decimal 88 136 144 0.39 0.06 0 0.44 188.57 0.24 0.45
Hex 58 88 90 27 6 0 2C BD 18 2D
Octal 130 210 220 47 6 0 54 275 30 55
Binary 1011000 10001000 10010000 100111 110 0 101100 10111101 11000 101101

Color Harmonies of #588890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588890

Black with #588890

Text Example


Text Example

White with #588890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #588890; }

 p { color: rgb(88,136,144); }

 H1.HeaderClassName
 {
   color: #588890;
 }
 .AnyTagClassName
 {
   color: #588890;
 }
</style>

background-color css

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

 a { background-color: rgb(88,136,144); }

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

border-color css

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

 span { border-color: rgb(88,136,144); }

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