#568390

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

Shades of Horizon #568390

Tints of Horizon #568390

Color information

#568390 (or 0x568390) is unknown color: approx Horizon. HEX triplet: 56, 83 and 90. RGB value is (86,131,144). Sum of RGB (Red+Green+Blue) = 86+131+144=361 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.82% from 361); Green value is 131 (51.56% from 255 or 36.29% from 361); Blue value is 144 (56.64% from 255 or 39.89% from 361); Max value from RGB is 144 - color contains mainly: blue. Hex color #568390 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568390 is #A97C6F. Grayscale: #767676. Windows color (decimal): -11107440 or 9470806. OLE color: 9470806.

HSL color Cylindrical-coordinate representation of color #568390: hue angle of 193.45º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #568390 is Cyan = 0.40, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB86131144-
CMYK0.400.0900.44
HSL193.45º25.22%45.1%-
HSV(B)193.45º40.28%56.47%-
XYZ16.9920.2229.39-
YUV119.03142.09104.44-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.82%
GREEN value IS 131 (51.56% from 255) = 36.29%
BLUE value IS 144 (56.64% from 255) = 39.89%
R=23.82%
G=36.29%
B=39.89%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal861311440.400.0900.44193.4525.2245.1
Hex56839028902Cc1192d
Octal12620322050110543013155
Binary10101101000001110010000101000100101011001100000111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568390; }

 p { color: rgb(86,131,144); }

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

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

 a { background-color: rgb(86,131,144); }

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

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

 span { border-color: rgb(86,131,144); }

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