Html Css Color HEX #587F89 Hoki

📋 copy color: '#587F89'

red 88 ◦ green 127 ◦ blue 137

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

Shades of Hoki #587F89

Tints of Hoki #587F89

RGB

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

 GREEN value IS 127 (50% from 255) = 36.08%

 BLUE value IS 137 (53.91% from 255) = 38.92%

R = 25%
G = 36.08%
B = 38.92%

CMYK

 C value IS 0.36

 M value IS 0.07

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#587F89 (or 0x587F89) is known color: Hoki. HEX triplet: 58, 7F and 89. RGB value is (88,127,137). Sum of RGB (Red+Green+Blue) = 88+127+137=352 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25% from 352); Green value is 127 (50% from 255 or 36.08% from 352); Blue value is 137 (53.91% from 255 or 38.92% from 352); Max value from RGB is 137 - color contains mainly: blue. Hex color #587F89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587F89 is #A78076. Grayscale: #747474. Windows color (decimal): -10977399 or 9011032. OLE color: 9011032.

HSL color Cylindrical-coordinate representation of color #587F89: hue angle of 192.24º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #587F89 is Cyan = 0.36, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 88 127 137 -
CMYK 0.36 0.07 0 0.46
HSL 192.24º 0.22% 0.44% -
HSV(B) 192.24º 0.36% 0.54% -
XYZ 16.13 19.06 26.5 -
YUV 116.48 139.58 107.69 -
System Red Green Blue C M Y K H S L
Decimal 88 127 137 0.36 0.07 0 0.46 192.24 0.22 0.44
Hex 58 7F 89 24 7 0 2E C0 16 2C
Octal 130 177 211 44 7 0 56 300 26 54
Binary 1011000 1111111 10001001 100100 111 0 101110 11000000 10110 101100

Color Harmonies of #587F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #587F89

Black with #587F89

Text Example


Text Example

White with #587F89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #587F89; }

 p { color: rgb(88,127,137); }

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

background-color css

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

 a { background-color: rgb(88,127,137); }

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

border-color css

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

 span { border-color: rgb(88,127,137); }

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