Html Css Color HEX #58828D Hoki

📋 copy color: '#58828D'

red 88 ◦ green 130 ◦ blue 141

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

Shades of Hoki #58828D

Tints of Hoki #58828D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.21%

 BLUE value IS 141 (55.47% from 255) = 39.28%

R = 24.51%
G = 36.21%
B = 39.28%

CMYK

 C value IS 0.38

 M value IS 0.08

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#58828D (or 0x58828D) is known color: Hoki. HEX triplet: 58, 82 and 8D. RGB value is (88,130,141). Sum of RGB (Red+Green+Blue) = 88+130+141=359 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.51% from 359); Green value is 130 (51.17% from 255 or 36.21% from 359); Blue value is 141 (55.47% from 255 or 39.28% from 359); Max value from RGB is 141 - color contains mainly: blue. Hex color #58828D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58828D is #A77D72. Grayscale: #767676. Windows color (decimal): -10976627 or 9273944. OLE color: 9273944.

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

Color convert

RGB 88 130 141 -
CMYK 0.38 0.08 0 0.45
HSL 192.45º 0.23% 0.45% -
HSV(B) 192.45º 0.38% 0.55% -
XYZ 16.81 19.96 28.17 -
YUV 118.7 140.59 106.11 -
System Red Green Blue C M Y K H S L
Decimal 88 130 141 0.38 0.08 0 0.45 192.45 0.23 0.45
Hex 58 82 8D 26 8 0 2D C0 17 2D
Octal 130 202 215 46 10 0 55 300 27 55
Binary 1011000 10000010 10001101 100110 1000 0 101101 11000000 10111 101101

Color Harmonies of #58828D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58828D

Black with #58828D

Text Example


Text Example

White with #58828D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58828D; }

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

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

background-color css

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

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

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

border-color css

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

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

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