Html Css Color HEX #578591 Horizon

📋 copy color: '#578591'

red 87 ◦ green 133 ◦ blue 145

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

Shades of Horizon #578591

Tints of Horizon #578591

RGB

 RED value IS 87 (34.38% from 255) = 23.84%

 GREEN value IS 133 (52.34% from 255) = 36.44%

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

R = 23.84%
G = 36.44%
B = 39.73%

CMYK

 C value IS 0.4

 M value IS 0.08

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#578591 (or 0x578591) is known color: Horizon. HEX triplet: 57, 85 and 91. RGB value is (87,133,145). Sum of RGB (Red+Green+Blue) = 87+133+145=365 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.84% from 365); Green value is 133 (52.34% from 255 or 36.44% from 365); Blue value is 145 (57.03% from 255 or 39.73% from 365); Max value from RGB is 145 - color contains mainly: blue. Hex color #578591 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578591 is #A87A6E. Grayscale: #787878. Windows color (decimal): -11041391 or 9536855. OLE color: 9536855.

HSL color Cylindrical-coordinate representation of color #578591: hue angle of 192.41º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #578591 is Cyan = 0.4, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 87 133 145 -
CMYK 0.4 0.08 0 0.43
HSL 192.41º 0.25% 0.45% -
HSV(B) 192.41º 0.4% 0.57% -
XYZ 17.43 20.85 29.89 -
YUV 120.61 141.76 104.02 -
System Red Green Blue C M Y K H S L
Decimal 87 133 145 0.4 0.08 0 0.43 192.41 0.25 0.45
Hex 57 85 91 28 8 0 2B C0 19 2D
Octal 127 205 221 50 10 0 53 300 31 55
Binary 1010111 10000101 10010001 101000 1000 0 101011 11000000 11001 101101

Color Harmonies of #578591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #578591

Black with #578591

Text Example


Text Example

White with #578591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #578591; }

 p { color: rgb(87,133,145); }

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

background-color css

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

 a { background-color: rgb(87,133,145); }

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

border-color css

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

 span { border-color: rgb(87,133,145); }

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