Html Css Color HEX #58818C Hoki

📋 copy color: '#58818C'

red 88 ◦ green 129 ◦ blue 140

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

Shades of Hoki #58818C

Tints of Hoki #58818C

RGB

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

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

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

R = 24.65%
G = 36.13%
B = 39.22%

CMYK

 C value IS 0.37

 M value IS 0.08

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#58818C (or 0x58818C) is known color: Hoki. HEX triplet: 58, 81 and 8C. RGB value is (88,129,140). Sum of RGB (Red+Green+Blue) = 88+129+140=357 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.65% from 357); Green value is 129 (50.78% from 255 or 36.13% from 357); Blue value is 140 (55.08% from 255 or 39.22% from 357); Max value from RGB is 140 - color contains mainly: blue. Hex color #58818C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58818C is #A77E73. Grayscale: #757575. Windows color (decimal): -10976884 or 9208152. OLE color: 9208152.

HSL color Cylindrical-coordinate representation of color #58818C: hue angle of 192.69º 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 #58818C is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 88 129 140 -
CMYK 0.37 0.08 0 0.45
HSL 192.69º 0.23% 0.45% -
HSV(B) 192.69º 0.37% 0.55% -
XYZ 16.61 19.67 27.73 -
YUV 118 140.42 106.61 -
System Red Green Blue C M Y K H S L
Decimal 88 129 140 0.37 0.08 0 0.45 192.69 0.23 0.45
Hex 58 81 8C 25 8 0 2D C1 17 2D
Octal 130 201 214 45 10 0 55 301 27 55
Binary 1011000 10000001 10001100 100101 1000 0 101101 11000001 10111 101101

Color Harmonies of #58818C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58818C

Black with #58818C

Text Example


Text Example

White with #58818C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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