Html Css Color HEX #598088 Hoki

📋 copy color: '#598088'

red 89 ◦ green 128 ◦ blue 136

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

Shades of Hoki #598088

Tints of Hoki #598088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 38.53%

R = 25.21%
G = 36.26%
B = 38.53%

CMYK

 C value IS 0.35

 M value IS 0.06

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#598088 (or 0x598088) is known color: Hoki. HEX triplet: 59, 80 and 88. RGB value is (89,128,136). Sum of RGB (Red+Green+Blue) = 89+128+136=353 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.21% from 353); Green value is 128 (50.39% from 255 or 36.26% from 353); Blue value is 136 (53.52% from 255 or 38.53% from 353); Max value from RGB is 136 - color contains mainly: blue. Hex color #598088 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598088 is #A67F77. Grayscale: #757575. Windows color (decimal): -10911608 or 8945753. OLE color: 8945753.

HSL color Cylindrical-coordinate representation of color #598088: hue angle of 190.21º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #598088 is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 89 128 136 -
CMYK 0.35 0.06 0 0.47
HSL 190.21º 0.21% 0.44% -
HSV(B) 190.21º 0.35% 0.53% -
XYZ 16.28 19.34 26.17 -
YUV 117.25 138.58 107.85 -
System Red Green Blue C M Y K H S L
Decimal 89 128 136 0.35 0.06 0 0.47 190.21 0.21 0.44
Hex 59 80 88 23 6 0 2F BE 15 2C
Octal 131 200 210 43 6 0 57 276 25 54
Binary 1011001 10000000 10001000 100011 110 0 101111 10111110 10101 101100

Color Harmonies of #598088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #598088

Black with #598088

Text Example


Text Example

White with #598088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #598088; }

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

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

background-color css

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

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

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

border-color css

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

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

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