Html Css Color HEX #587F98 Horizon

📋 copy color: '#587F98'

red 88 ◦ green 127 ◦ blue 152

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

Shades of Horizon #587F98

Tints of Horizon #587F98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 41.42%

R = 23.98%
G = 34.6%
B = 41.42%

CMYK

 C value IS 0.42

 M value IS 0.16

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#587F98 (or 0x587F98) is known color: Horizon. HEX triplet: 58, 7F and 98. RGB value is (88,127,152). Sum of RGB (Red+Green+Blue) = 88+127+152=367 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.98% from 367); Green value is 127 (50% from 255 or 34.60% from 367); Blue value is 152 (59.77% from 255 or 41.42% from 367); Max value from RGB is 152 - color contains mainly: blue. Hex color #587F98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587F98 is #A78067. Grayscale: #767676. Windows color (decimal): -10977384 or 9994072. OLE color: 9994072.

HSL color Cylindrical-coordinate representation of color #587F98: hue angle of 203.44º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #587F98 is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 88 127 152 -
CMYK 0.42 0.16 0 0.40
HSL 203.44º 0.27% 0.47% -
HSV(B) 203.44º 0.42% 0.6% -
XYZ 17.28 19.52 32.56 -
YUV 118.19 147.08 106.47 -
System Red Green Blue C M Y K H S L
Decimal 88 127 152 0.42 0.16 0 0.40 203.44 0.27 0.47
Hex 58 7F 98 2A 10 0 28 CB 1B 2F
Octal 130 177 230 52 20 0 50 313 33 57
Binary 1011000 1111111 10011000 101010 10000 0 101000 11001011 11011 101111

Color Harmonies of #587F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #587F98

Black with #587F98

Text Example


Text Example

White with #587F98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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