Html Css Color HEX #588D9B Half Baked

📋 copy color: '#588D9B'

red 88 ◦ green 141 ◦ blue 155

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

Shades of Half Baked #588D9B

Tints of Half Baked #588D9B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.72%

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

R = 22.92%
G = 36.72%
B = 40.36%

CMYK

 C value IS 0.43

 M value IS 0.09

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#588D9B (or 0x588D9B) is known color: Half Baked. HEX triplet: 58, 8D and 9B. RGB value is (88,141,155). Sum of RGB (Red+Green+Blue) = 88+141+155=384 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.92% from 384); Green value is 141 (55.47% from 255 or 36.72% from 384); Blue value is 155 (60.94% from 255 or 40.36% from 384); Max value from RGB is 155 - color contains mainly: blue. Hex color #588D9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588D9B is #A77264. Grayscale: #7E7E7E. Windows color (decimal): -10973797 or 10194264. OLE color: 10194264.

HSL color Cylindrical-coordinate representation of color #588D9B: hue angle of 192.54º 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 #588D9B is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 88 141 155 -
CMYK 0.43 0.09 0 0.39
HSL 192.54º 0.28% 0.48% -
HSV(B) 192.54º 0.43% 0.61% -
XYZ 19.47 23.49 34.52 -
YUV 126.75 143.94 100.36 -
System Red Green Blue C M Y K H S L
Decimal 88 141 155 0.43 0.09 0 0.39 192.54 0.28 0.48
Hex 58 8D 9B 2B 9 0 27 C1 1C 30
Octal 130 215 233 53 11 0 47 301 34 60
Binary 1011000 10001101 10011011 101011 1001 0 100111 11000001 11100 110000

Color Harmonies of #588D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588D9B

Black with #588D9B

Text Example


Text Example

White with #588D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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