#568694

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

Shades of Horizon #568694

Tints of Horizon #568694

Color information

#568694 (or 0x568694) is unknown color: approx Horizon. HEX triplet: 56, 86 and 94. RGB value is (86,134,148). Sum of RGB (Red+Green+Blue) = 86+134+148=368 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.37% from 368); Green value is 134 (52.73% from 255 or 36.41% 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 #568694 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568694 is #A9796B. Grayscale: #797979. Windows color (decimal): -11106668 or 9733718. OLE color: 9733718.

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

Color convert

RGB86134148-
CMYK0.420.0900.42
HSL193.55º26.5%45.88%-
HSV(B)193.55º41.89%58.04%-
XYZ17.7121.1731.17-
YUV121.24143.1102.86-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.37%
GREEN value IS 134 (52.73% from 255) = 36.41%
BLUE value IS 148 (58.20% from 255) = 40.22%
R=23.37%
G=36.41%
B=40.22%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal861341480.420.0900.42193.5526.545.88
Hex5686942A902Ac21a2e
Octal12620622452110523023256
Binary10101101000011010010100101010100101010101100001011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568694; }

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

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

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

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

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

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

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

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