Html Css Color HEX #58798C Hoki

📋 copy color: '#58798C'

red 88 ◦ green 121 ◦ blue 140

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

Shades of Hoki #58798C

Tints of Hoki #58798C

RGB

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

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

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

R = 25.21%
G = 34.67%
B = 40.11%

CMYK

 C value IS 0.37

 M value IS 0.14

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#58798C (or 0x58798C) is known color: Hoki. HEX triplet: 58, 79 and 8C. RGB value is (88,121,140). Sum of RGB (Red+Green+Blue) = 88+121+140=349 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.21% from 349); Green value is 121 (47.66% from 255 or 34.67% from 349); Blue value is 140 (55.08% from 255 or 40.11% from 349); Max value from RGB is 140 - color contains mainly: blue. Hex color #58798C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58798C is #A78673. Grayscale: #717171. Windows color (decimal): -10978932 or 9206104. OLE color: 9206104.

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

Color convert

RGB 88 121 140 -
CMYK 0.37 0.14 0 0.45
HSL 201.92º 0.23% 0.45% -
HSV(B) 201.92º 0.37% 0.55% -
XYZ 15.6 17.64 27.39 -
YUV 113.3 143.07 109.96 -
System Red Green Blue C M Y K H S L
Decimal 88 121 140 0.37 0.14 0 0.45 201.92 0.23 0.45
Hex 58 79 8C 25 E 0 2D CA 17 2D
Octal 130 171 214 45 16 0 55 312 27 55
Binary 1011000 1111001 10001100 100101 1110 0 101101 11001010 10111 101101

Color Harmonies of #58798C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58798C

Black with #58798C

Text Example


Text Example

White with #58798C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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