Html Css Color HEX #578594 Horizon

📋 copy color: '#578594'

red 87 ◦ green 133 ◦ blue 148

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

Shades of Horizon #578594

Tints of Horizon #578594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 40.22%

R = 23.64%
G = 36.14%
B = 40.22%

CMYK

 C value IS 0.41

 M value IS 0.10

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#578594 (or 0x578594) is known color: Horizon. HEX triplet: 57, 85 and 94. RGB value is (87,133,148). Sum of RGB (Red+Green+Blue) = 87+133+148=368 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.64% from 368); Green value is 133 (52.34% from 255 or 36.14% from 368); Blue value is 148 (58.20% from 255 or 40.22% from 368); Max value from RGB is 148 - color contains mainly: blue. Hex color #578594 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578594 is #A87A6B. Grayscale: #787878. Windows color (decimal): -11041388 or 9733463. OLE color: 9733463.

HSL color Cylindrical-coordinate representation of color #578594: hue angle of 194.75º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #578594 is Cyan = 0.41, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 87 133 148 -
CMYK 0.41 0.10 0 0.42
HSL 194.75º 0.26% 0.46% -
HSV(B) 194.75º 0.41% 0.58% -
XYZ 17.66 20.94 31.13 -
YUV 120.96 143.26 103.78 -
System Red Green Blue C M Y K H S L
Decimal 87 133 148 0.41 0.10 0 0.42 194.75 0.26 0.46
Hex 57 85 94 29 A 0 2A C3 1A 2E
Octal 127 205 224 51 12 0 52 303 32 56
Binary 1010111 10000101 10010100 101001 1010 0 101010 11000011 11010 101110

Color Harmonies of #578594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #578594

Black with #578594

Text Example


Text Example

White with #578594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #578594; }

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

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

background-color css

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

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

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

border-color css

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

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

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