Html Css Color HEX #588188 Hoki

📋 copy color: '#588188'

red 88 ◦ green 129 ◦ blue 136

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

Shades of Hoki #588188

Tints of Hoki #588188

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.54%

 BLUE value IS 136 (53.52% from 255) = 38.53%

R = 24.93%
G = 36.54%
B = 38.53%

CMYK

 C value IS 0.35

 M value IS 0.05

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#588188 (or 0x588188) is known color: Hoki. HEX triplet: 58, 81 and 88. RGB value is (88,129,136). Sum of RGB (Red+Green+Blue) = 88+129+136=353 (46% of max value = 765). Red value is 88 (34.77% from 255 or 24.93% from 353); Green value is 129 (50.78% from 255 or 36.54% from 353); Blue value is 136 (53.52% from 255 or 38.53% from 353); Max value from RGB is 136 - color contains mainly: blue. Hex color #588188 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588188 is #A77E77. Grayscale: #757575. Windows color (decimal): -10976888 or 8946008. OLE color: 8946008.

HSL color Cylindrical-coordinate representation of color #588188: hue angle of 188.75º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #588188 is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 88 129 136 -
CMYK 0.35 0.05 0 0.47
HSL 188.75º 0.21% 0.44% -
HSV(B) 188.75º 0.35% 0.53% -
XYZ 16.32 19.55 26.21 -
YUV 117.54 138.42 106.93 -
System Red Green Blue C M Y K H S L
Decimal 88 129 136 0.35 0.05 0 0.47 188.75 0.21 0.44
Hex 58 81 88 23 5 0 2F BD 15 2C
Octal 130 201 210 43 5 0 57 275 25 54
Binary 1011000 10000001 10001000 100011 101 0 101111 10111101 10101 101100

Color Harmonies of #588188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588188

Black with #588188

Text Example


Text Example

White with #588188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #588188; }

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

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

background-color css

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

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

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

border-color css

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

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

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