Html Css Color HEX #58818D Hoki

📋 copy color: '#58818D'

red 88 ◦ green 129 ◦ blue 141

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

Shades of Hoki #58818D

Tints of Hoki #58818D

RGB

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

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

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

R = 24.58%
G = 36.03%
B = 39.39%

CMYK

 C value IS 0.38

 M value IS 0.09

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#58818D (or 0x58818D) is known color: Hoki. HEX triplet: 58, 81 and 8D. RGB value is (88,129,141). Sum of RGB (Red+Green+Blue) = 88+129+141=358 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.58% from 358); Green value is 129 (50.78% from 255 or 36.03% from 358); Blue value is 141 (55.47% from 255 or 39.39% from 358); Max value from RGB is 141 - color contains mainly: blue. Hex color #58818D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58818D is #A77E72. Grayscale: #767676. Windows color (decimal): -10976883 or 9273688. OLE color: 9273688.

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

Color convert

RGB 88 129 141 -
CMYK 0.38 0.09 0 0.45
HSL 193.58º 0.23% 0.45% -
HSV(B) 193.58º 0.38% 0.55% -
XYZ 16.68 19.7 28.12 -
YUV 118.11 140.92 106.52 -
System Red Green Blue C M Y K H S L
Decimal 88 129 141 0.38 0.09 0 0.45 193.58 0.23 0.45
Hex 58 81 8D 26 9 0 2D C2 17 2D
Octal 130 201 215 46 11 0 55 302 27 55
Binary 1011000 10000001 10001101 100110 1001 0 101101 11000010 10111 101101

Color Harmonies of #58818D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58818D

Black with #58818D

Text Example


Text Example

White with #58818D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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