Html Css Color HEX #58798D Hoki

📋 copy color: '#58798D'

red 88 ◦ green 121 ◦ blue 141

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

Shades of Hoki #58798D

Tints of Hoki #58798D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.57%

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

R = 25.14%
G = 34.57%
B = 40.29%

CMYK

 C value IS 0.38

 M value IS 0.14

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#58798D (or 0x58798D) is known color: Hoki. HEX triplet: 58, 79 and 8D. RGB value is (88,121,141). Sum of RGB (Red+Green+Blue) = 88+121+141=350 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.14% from 350); Green value is 121 (47.66% from 255 or 34.57% from 350); Blue value is 141 (55.47% from 255 or 40.29% from 350); Max value from RGB is 141 - color contains mainly: blue. Hex color #58798D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58798D is #A78672. Grayscale: #717171. Windows color (decimal): -10978931 or 9271640. OLE color: 9271640.

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

Color convert

RGB 88 121 141 -
CMYK 0.38 0.14 0 0.45
HSL 202.64º 0.23% 0.45% -
HSV(B) 202.64º 0.38% 0.55% -
XYZ 15.67 17.67 27.78 -
YUV 113.41 143.57 109.87 -
System Red Green Blue C M Y K H S L
Decimal 88 121 141 0.38 0.14 0 0.45 202.64 0.23 0.45
Hex 58 79 8D 26 E 0 2D CB 17 2D
Octal 130 171 215 46 16 0 55 313 27 55
Binary 1011000 1111001 10001101 100110 1110 0 101101 11001011 10111 101101

Color Harmonies of #58798D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58798D

Black with #58798D

Text Example


Text Example

White with #58798D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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