Html Css Color HEX #588E9B Half Baked

📋 copy color: '#588E9B'

red 88 ◦ green 142 ◦ blue 155

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

Shades of Half Baked #588E9B

Tints of Half Baked #588E9B

RGB

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

 GREEN value IS 142 (55.86% from 255) = 36.88%

 BLUE value IS 155 (60.94% from 255) = 40.26%

R = 22.86%
G = 36.88%
B = 40.26%

CMYK

 C value IS 0.43

 M value IS 0.08

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#588E9B (or 0x588E9B) is known color: Half Baked. HEX triplet: 58, 8E and 9B. RGB value is (88,142,155). Sum of RGB (Red+Green+Blue) = 88+142+155=385 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.86% from 385); Green value is 142 (55.86% from 255 or 36.88% from 385); Blue value is 155 (60.94% from 255 or 40.26% from 385); Max value from RGB is 155 - color contains mainly: blue. Hex color #588E9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588E9B is #A77164. Grayscale: #7F7F7F. Windows color (decimal): -10973541 or 10194520. OLE color: 10194520.

HSL color Cylindrical-coordinate representation of color #588E9B: hue angle of 191.64º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #588E9B is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 88 142 155 -
CMYK 0.43 0.08 0 0.39
HSL 191.64º 0.28% 0.48% -
HSV(B) 191.64º 0.43% 0.61% -
XYZ 19.61 23.79 34.57 -
YUV 127.34 143.61 99.94 -
System Red Green Blue C M Y K H S L
Decimal 88 142 155 0.43 0.08 0 0.39 191.64 0.28 0.48
Hex 58 8E 9B 2B 8 0 27 C0 1C 30
Octal 130 216 233 53 10 0 47 300 34 60
Binary 1011000 10001110 10011011 101011 1000 0 100111 11000000 11100 110000

Color Harmonies of #588E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588E9B

Black with #588E9B

Text Example


Text Example

White with #588E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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