#578694

Color #578694 Horizon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Horizon #578694

Tints of Horizon #578694

Color information

#578694 (or 0x578694) is unknown color: approx Horizon. HEX triplet: 57, 86 and 94. RGB value is (87,134,148). Sum of RGB (Red+Green+Blue) = 87+134+148=369 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.58% from 369); Green value is 134 (52.73% from 255 or 36.31% from 369); Blue value is 148 (58.20% from 255 or 40.11% from 369); Max value from RGB is 148 - color contains mainly: blue. Hex color #578694 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578694 is #A8796B. Grayscale: #797979. Windows color (decimal): -11041132 or 9733719. OLE color: 9733719.

HSL color Cylindrical-coordinate representation of color #578694: hue angle of 193.77º 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 #578694 is Cyan = 0.41, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB87134148-
CMYK0.410.0900.42
HSL193.77º25.96%46.08%-
HSV(B)193.77º41.22%58.04%-
XYZ17.821.2131.17-
YUV121.54142.93103.36-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.58%
GREEN value IS 134 (52.73% from 255) = 36.31%
BLUE value IS 148 (58.20% from 255) = 40.11%
R=23.58%
G=36.31%
B=40.11%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal871341480.410.0900.42193.7725.9646.08
Hex57869429902Ac21a2e
Octal12720622451110523023256
Binary10101111000011010010100101001100101010101100001011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #578694; }

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

 H1.HeaderClassName
 {
   color: #578694;
 }
 .AnyTagClassName
 {
   color: #578694;
 }
</style>
background-color css

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

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

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

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

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

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