#578692

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

Shades of Horizon #578692

Tints of Horizon #578692

Color information

#578692 (or 0x578692) is unknown color: approx Horizon. HEX triplet: 57, 86 and 92. RGB value is (87,134,146). Sum of RGB (Red+Green+Blue) = 87+134+146=367 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.71% from 367); Green value is 134 (52.73% from 255 or 36.51% from 367); Blue value is 146 (57.42% from 255 or 39.78% from 367); Max value from RGB is 146 - color contains mainly: blue. Hex color #578692 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578692 is #A8796D. Grayscale: #797979. Windows color (decimal): -11041134 or 9602647. OLE color: 9602647.

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

Color convert

RGB87134146-
CMYK0.400.0800.43
HSL192.2º25.32%45.69%-
HSV(B)192.2º40.41%57.25%-
XYZ17.6421.1530.35-
YUV121.32141.93103.52-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.71%
GREEN value IS 134 (52.73% from 255) = 36.51%
BLUE value IS 146 (57.42% from 255) = 39.78%
R=23.71%
G=36.51%
B=39.78%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal871341460.400.0800.43192.225.3245.69
Hex57869228802Bc0192e
Octal12720622250100533003156
Binary10101111000011010010010101000100001010111100000011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #578692; }

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

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

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

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

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

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

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

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