Html Css Color HEX #587D96 Horizon

📋 copy color: '#587D96'

red 88 ◦ green 125 ◦ blue 150

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

Shades of Horizon #587D96

Tints of Horizon #587D96

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.44%

 BLUE value IS 150 (58.98% from 255) = 41.32%

R = 24.24%
G = 34.44%
B = 41.32%

CMYK

 C value IS 0.41

 M value IS 0.17

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#587D96 (or 0x587D96) is known color: Horizon. HEX triplet: 58, 7D and 96. RGB value is (88,125,150). Sum of RGB (Red+Green+Blue) = 88+125+150=363 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.24% from 363); Green value is 125 (49.22% from 255 or 34.44% from 363); Blue value is 150 (58.98% from 255 or 41.32% from 363); Max value from RGB is 150 - color contains mainly: blue. Hex color #587D96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587D96 is #A78269. Grayscale: #747474. Windows color (decimal): -10977898 or 9862488. OLE color: 9862488.

HSL color Cylindrical-coordinate representation of color #587D96: hue angle of 204.19º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #587D96 is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 88 125 150 -
CMYK 0.41 0.17 0 0.41
HSL 204.19º 0.26% 0.47% -
HSV(B) 204.19º 0.41% 0.59% -
XYZ 16.86 18.94 31.62 -
YUV 116.79 146.74 107.47 -
System Red Green Blue C M Y K H S L
Decimal 88 125 150 0.41 0.17 0 0.41 204.19 0.26 0.47
Hex 58 7D 96 29 11 0 29 CC 1A 2F
Octal 130 175 226 51 21 0 51 314 32 57
Binary 1011000 1111101 10010110 101001 10001 0 101001 11001100 11010 101111

Color Harmonies of #587D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #587D96

Black with #587D96

Text Example


Text Example

White with #587D96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,125,150); }

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

background-color css

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

 a { background-color: rgb(88,125,150); }

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

border-color css

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

 span { border-color: rgb(88,125,150); }

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