#568094

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

Shades of Horizon #568094

Tints of Horizon #568094

Color information

#568094 (or 0x568094) is unknown color: approx Horizon. HEX triplet: 56, 80 and 94. RGB value is (86,128,148). Sum of RGB (Red+Green+Blue) = 86+128+148=362 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.76% from 362); Green value is 128 (50.39% from 255 or 35.36% from 362); Blue value is 148 (58.20% from 255 or 40.88% from 362); Max value from RGB is 148 - color contains mainly: blue. Hex color #568094 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568094 is #A97F6B. Grayscale: #757575. Windows color (decimal): -11108204 or 9732182. OLE color: 9732182.

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

Color convert

RGB86128148-
CMYK0.420.1400.42
HSL199.35º26.5%45.88%-
HSV(B)199.35º41.89%58.04%-
XYZ16.919.5530.9-
YUV117.72145.09105.37-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.76%
GREEN value IS 128 (50.39% from 255) = 35.36%
BLUE value IS 148 (58.20% from 255) = 40.88%
R=23.76%
G=35.36%
B=40.88%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal861281480.420.1400.42199.3526.545.88
Hex5680942AE02Ac71a2e
Octal12620022452160523073256
Binary10101101000000010010100101010111001010101100011111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568094; }

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

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

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

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

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

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

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

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