Html Css Color HEX #58808E Hoki

📋 copy color: '#58808E'

red 88 ◦ green 128 ◦ blue 142

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

Shades of Hoki #58808E

Tints of Hoki #58808E

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.75%

 BLUE value IS 142 (55.86% from 255) = 39.66%

R = 24.58%
G = 35.75%
B = 39.66%

CMYK

 C value IS 0.38

 M value IS 0.10

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#58808E (or 0x58808E) is known color: Hoki. HEX triplet: 58, 80 and 8E. RGB value is (88,128,142). Sum of RGB (Red+Green+Blue) = 88+128+142=358 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.58% from 358); Green value is 128 (50.39% from 255 or 35.75% from 358); Blue value is 142 (55.86% from 255 or 39.66% from 358); Max value from RGB is 142 - color contains mainly: blue. Hex color #58808E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58808E is #A77F71. Grayscale: #757575. Windows color (decimal): -10977138 or 9338968. OLE color: 9338968.

HSL color Cylindrical-coordinate representation of color #58808E: hue angle of 195.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 #58808E is Cyan = 0.38, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 88 128 142 -
CMYK 0.38 0.10 0 0.44
HSL 195.56º 0.23% 0.45% -
HSV(B) 195.56º 0.38% 0.56% -
XYZ 16.63 19.47 28.47 -
YUV 117.64 141.75 106.86 -
System Red Green Blue C M Y K H S L
Decimal 88 128 142 0.38 0.10 0 0.44 195.56 0.23 0.45
Hex 58 80 8E 26 A 0 2C C4 17 2D
Octal 130 200 216 46 12 0 54 304 27 55
Binary 1011000 10000000 10001110 100110 1010 0 101100 11000100 10111 101101

Color Harmonies of #58808E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58808E

Black with #58808E

Text Example


Text Example

White with #58808E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58808E; }

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

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

background-color css

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

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

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

border-color css

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

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

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