Html Css Color HEX #58828A Hoki

📋 copy color: '#58828A'

red 88 ◦ green 130 ◦ blue 138

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

Shades of Hoki #58828A

Tints of Hoki #58828A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.76%

R = 24.72%
G = 36.52%
B = 38.76%

CMYK

 C value IS 0.36

 M value IS 0.06

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#58828A (or 0x58828A) is known color: Hoki. HEX triplet: 58, 82 and 8A. RGB value is (88,130,138). Sum of RGB (Red+Green+Blue) = 88+130+138=356 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.72% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 138 (54.30% from 255 or 38.76% from 356); Max value from RGB is 138 - color contains mainly: blue. Hex color #58828A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58828A is #A77D75. Grayscale: #767676. Windows color (decimal): -10976630 or 9077336. OLE color: 9077336.

HSL color Cylindrical-coordinate representation of color #58828A: hue angle of 189.6º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #58828A is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 88 130 138 -
CMYK 0.36 0.06 0 0.46
HSL 189.6º 0.22% 0.44% -
HSV(B) 189.6º 0.36% 0.54% -
XYZ 16.59 19.87 27.01 -
YUV 118.35 139.09 106.35 -
System Red Green Blue C M Y K H S L
Decimal 88 130 138 0.36 0.06 0 0.46 189.6 0.22 0.44
Hex 58 82 8A 24 6 0 2E BE 16 2C
Octal 130 202 212 44 6 0 56 276 26 54
Binary 1011000 10000010 10001010 100100 110 0 101110 10111110 10110 101100

Color Harmonies of #58828A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58828A

Black with #58828A

Text Example


Text Example

White with #58828A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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