Html Css Color HEX #59798C Hoki

📋 copy color: '#59798C'

red 89 ◦ green 121 ◦ blue 140

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

Shades of Hoki #59798C

Tints of Hoki #59798C

RGB

 RED value IS 89 (35.16% from 255) = 25.43%

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

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

R = 25.43%
G = 34.57%
B = 40%

CMYK

 C value IS 0.36

 M value IS 0.14

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#59798C (or 0x59798C) is known color: Hoki. HEX triplet: 59, 79 and 8C. RGB value is (89,121,140). Sum of RGB (Red+Green+Blue) = 89+121+140=350 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.43% from 350); Green value is 121 (47.66% from 255 or 34.57% from 350); Blue value is 140 (55.08% from 255 or 40% from 350); Max value from RGB is 140 - color contains mainly: blue. Hex color #59798C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59798C is #A68673. Grayscale: #717171. Windows color (decimal): -10913396 or 9206105. OLE color: 9206105.

HSL color Cylindrical-coordinate representation of color #59798C: hue angle of 202.35º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #59798C is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 89 121 140 -
CMYK 0.36 0.14 0 0.45
HSL 202.35º 0.22% 0.45% -
HSV(B) 202.35º 0.36% 0.55% -
XYZ 15.69 17.69 27.4 -
YUV 113.6 142.9 110.46 -
System Red Green Blue C M Y K H S L
Decimal 89 121 140 0.36 0.14 0 0.45 202.35 0.22 0.45
Hex 59 79 8C 24 E 0 2D CA 16 2D
Octal 131 171 214 44 16 0 55 312 26 55
Binary 1011001 1111001 10001100 100100 1110 0 101101 11001010 10110 101101

Color Harmonies of #59798C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59798C

Black with #59798C

Text Example


Text Example

White with #59798C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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