Html Css Color HEX #598085 Hoki

📋 copy color: '#598085'

red 89 ◦ green 128 ◦ blue 133

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

Shades of Hoki #598085

Tints of Hoki #598085

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.57%

 BLUE value IS 133 (52.34% from 255) = 38%

R = 25.43%
G = 36.57%
B = 38%

CMYK

 C value IS 0.33

 M value IS 0.04

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#598085 (or 0x598085) is known color: Hoki. HEX triplet: 59, 80 and 85. RGB value is (89,128,133). Sum of RGB (Red+Green+Blue) = 89+128+133=350 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.43% from 350); Green value is 128 (50.39% from 255 or 36.57% from 350); Blue value is 133 (52.34% from 255 or 38% from 350); Max value from RGB is 133 - color contains mainly: blue. Hex color #598085 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598085 is #A67F7A. Grayscale: #747474. Windows color (decimal): -10911611 or 8749145. OLE color: 8749145.

HSL color Cylindrical-coordinate representation of color #598085: hue angle of 186.82º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #598085 is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 89 128 133 -
CMYK 0.33 0.04 0 0.48
HSL 186.82º 0.2% 0.44% -
HSV(B) 186.82º 0.33% 0.52% -
XYZ 16.07 19.26 25.06 -
YUV 116.91 137.08 108.09 -
System Red Green Blue C M Y K H S L
Decimal 89 128 133 0.33 0.04 0 0.48 186.82 0.2 0.44
Hex 59 80 85 21 4 0 30 BB 14 2C
Octal 131 200 205 41 4 0 60 273 24 54
Binary 1011001 10000000 10000101 100001 100 0 110000 10111011 10100 101100

Color Harmonies of #598085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #598085

Black with #598085

Text Example


Text Example

White with #598085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #598085; }

 p { color: rgb(89,128,133); }

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

background-color css

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

 a { background-color: rgb(89,128,133); }

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

border-color css

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

 span { border-color: rgb(89,128,133); }

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