Html Css Color HEX #58788C Hoki

📋 copy color: '#58788C'

red 88 ◦ green 120 ◦ blue 140

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

Shades of Hoki #58788C

Tints of Hoki #58788C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.48%

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

R = 25.29%
G = 34.48%
B = 40.23%

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

#58788C (or 0x58788C) is known color: Hoki. HEX triplet: 58, 78 and 8C. RGB value is (88,120,140). Sum of RGB (Red+Green+Blue) = 88+120+140=348 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.29% from 348); Green value is 120 (47.27% from 255 or 34.48% from 348); Blue value is 140 (55.08% from 255 or 40.23% from 348); Max value from RGB is 140 - color contains mainly: blue. Hex color #58788C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58788C is #A78773. Grayscale: #707070. Windows color (decimal): -10979188 or 9205848. OLE color: 9205848.

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

Color convert

RGB 88 120 140 -
CMYK 0.37 0.14 0 0.45
HSL 203.08º 0.23% 0.45% -
HSV(B) 203.08º 0.37% 0.55% -
XYZ 15.47 17.4 27.35 -
YUV 112.71 143.4 110.37 -
System Red Green Blue C M Y K H S L
Decimal 88 120 140 0.37 0.14 0 0.45 203.08 0.23 0.45
Hex 58 78 8C 25 E 0 2D CB 17 2D
Octal 130 170 214 45 16 0 55 313 27 55
Binary 1011000 1111000 10001100 100101 1110 0 101101 11001011 10111 101101

Color Harmonies of #58788C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58788C

Black with #58788C

Text Example


Text Example

White with #58788C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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