Html Css Color HEX #58808C Hoki

📋 copy color: '#58808C'

red 88 ◦ green 128 ◦ blue 140

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

Shades of Hoki #58808C

Tints of Hoki #58808C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 39.33%

R = 24.72%
G = 35.96%
B = 39.33%

CMYK

 C value IS 0.37

 M value IS 0.09

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#58808C (or 0x58808C) is known color: Hoki. HEX triplet: 58, 80 and 8C. RGB value is (88,128,140). Sum of RGB (Red+Green+Blue) = 88+128+140=356 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.72% from 356); Green value is 128 (50.39% from 255 or 35.96% from 356); Blue value is 140 (55.08% from 255 or 39.33% from 356); Max value from RGB is 140 - color contains mainly: blue. Hex color #58808C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58808C is #A77F73. Grayscale: #757575. Windows color (decimal): -10977140 or 9207896. OLE color: 9207896.

HSL color Cylindrical-coordinate representation of color #58808C: hue angle of 193.85º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #58808C is Cyan = 0.37, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 88 128 140 -
CMYK 0.37 0.09 0 0.45
HSL 193.85º 0.23% 0.45% -
HSV(B) 193.85º 0.37% 0.55% -
XYZ 16.48 19.41 27.69 -
YUV 117.41 140.75 107.02 -
System Red Green Blue C M Y K H S L
Decimal 88 128 140 0.37 0.09 0 0.45 193.85 0.23 0.45
Hex 58 80 8C 25 9 0 2D C2 17 2D
Octal 130 200 214 45 11 0 55 302 27 55
Binary 1011000 10000000 10001100 100101 1001 0 101101 11000010 10111 101101

Color Harmonies of #58808C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58808C

Black with #58808C

Text Example


Text Example

White with #58808C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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