Html Css Color HEX #587986 Hoki

📋 copy color: '#587986'

red 88 ◦ green 121 ◦ blue 134

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

Shades of Hoki #587986

Tints of Hoki #587986

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 39.07%

R = 25.66%
G = 35.28%
B = 39.07%

CMYK

 C value IS 0.34

 M value IS 0.10

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#587986 (or 0x587986) is known color: Hoki. HEX triplet: 58, 79 and 86. RGB value is (88,121,134). Sum of RGB (Red+Green+Blue) = 88+121+134=343 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.66% from 343); Green value is 121 (47.66% from 255 or 35.28% from 343); Blue value is 134 (52.73% from 255 or 39.07% from 343); Max value from RGB is 134 - color contains mainly: blue. Hex color #587986 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587986 is #A78679. Grayscale: #707070. Windows color (decimal): -10978938 or 8812888. OLE color: 8812888.

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

Color convert

RGB 88 121 134 -
CMYK 0.34 0.10 0 0.47
HSL 196.96º 0.21% 0.44% -
HSV(B) 196.96º 0.34% 0.53% -
XYZ 15.16 17.47 25.13 -
YUV 112.62 140.07 110.44 -
System Red Green Blue C M Y K H S L
Decimal 88 121 134 0.34 0.10 0 0.47 196.96 0.21 0.44
Hex 58 79 86 22 A 0 2F C5 15 2C
Octal 130 171 206 42 12 0 57 305 25 54
Binary 1011000 1111001 10000110 100010 1010 0 101111 11000101 10101 101100

Color Harmonies of #587986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #587986

Black with #587986

Text Example


Text Example

White with #587986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #587986; }

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

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

background-color css

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

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

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

border-color css

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

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

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