Html Css Color HEX #587F91 Horizon

📋 copy color: '#587F91'

red 88 ◦ green 127 ◦ blue 145

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

Shades of Horizon #587F91

Tints of Horizon #587F91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 40.28%

R = 24.44%
G = 35.28%
B = 40.28%

CMYK

 C value IS 0.39

 M value IS 0.12

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#587F91 (or 0x587F91) is known color: Horizon. HEX triplet: 58, 7F and 91. RGB value is (88,127,145). Sum of RGB (Red+Green+Blue) = 88+127+145=360 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.44% from 360); Green value is 127 (50% from 255 or 35.28% from 360); Blue value is 145 (57.03% from 255 or 40.28% from 360); Max value from RGB is 145 - color contains mainly: blue. Hex color #587F91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587F91 is #A7806E. Grayscale: #757575. Windows color (decimal): -10977391 or 9535320. OLE color: 9535320.

HSL color Cylindrical-coordinate representation of color #587F91: hue angle of 198.95º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #587F91 is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 88 127 145 -
CMYK 0.39 0.12 0 0.43
HSL 198.95º 0.24% 0.46% -
HSV(B) 198.95º 0.39% 0.57% -
XYZ 16.72 19.3 29.63 -
YUV 117.39 143.58 107.04 -
System Red Green Blue C M Y K H S L
Decimal 88 127 145 0.39 0.12 0 0.43 198.95 0.24 0.46
Hex 58 7F 91 27 C 0 2B C7 18 2E
Octal 130 177 221 47 14 0 53 307 30 56
Binary 1011000 1111111 10010001 100111 1100 0 101011 11000111 11000 101110

Color Harmonies of #587F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #587F91

Black with #587F91

Text Example


Text Example

White with #587F91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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