Html Css Color HEX #58818E Hoki

📋 copy color: '#58818E'

red 88 ◦ green 129 ◦ blue 142

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

Shades of Hoki #58818E

Tints of Hoki #58818E

RGB

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

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

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

R = 24.51%
G = 35.93%
B = 39.55%

CMYK

 C value IS 0.38

 M value IS 0.09

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#58818E (or 0x58818E) is known color: Hoki. HEX triplet: 58, 81 and 8E. RGB value is (88,129,142). Sum of RGB (Red+Green+Blue) = 88+129+142=359 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.51% from 359); Green value is 129 (50.78% from 255 or 35.93% from 359); Blue value is 142 (55.86% from 255 or 39.55% from 359); Max value from RGB is 142 - color contains mainly: blue. Hex color #58818E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58818E is #A77E71. Grayscale: #767676. Windows color (decimal): -10976882 or 9339224. OLE color: 9339224.

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

Color convert

RGB 88 129 142 -
CMYK 0.38 0.09 0 0.44
HSL 194.44º 0.23% 0.45% -
HSV(B) 194.44º 0.38% 0.56% -
XYZ 16.76 19.73 28.52 -
YUV 118.22 141.42 106.44 -
System Red Green Blue C M Y K H S L
Decimal 88 129 142 0.38 0.09 0 0.44 194.44 0.23 0.45
Hex 58 81 8E 26 9 0 2C C2 17 2D
Octal 130 201 216 46 11 0 54 302 27 55
Binary 1011000 10000001 10001110 100110 1001 0 101100 11000010 10111 101101

Color Harmonies of #58818E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58818E

Black with #58818E

Text Example


Text Example

White with #58818E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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