#568190

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

Shades of Horizon #568190

Tints of Horizon #568190

Color information

#568190 (or 0x568190) is unknown color: approx Horizon. HEX triplet: 56, 81 and 90. RGB value is (86,129,144). Sum of RGB (Red+Green+Blue) = 86+129+144=359 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.96% from 359); Green value is 129 (50.78% from 255 or 35.93% from 359); Blue value is 144 (56.64% from 255 or 40.11% from 359); Max value from RGB is 144 - color contains mainly: blue. Hex color #568190 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568190 is #A97E6F. Grayscale: #757575. Windows color (decimal): -11107952 or 9470294. OLE color: 9470294.

HSL color Cylindrical-coordinate representation of color #568190: hue angle of 195.52º 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 #568190 is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB86129144-
CMYK0.400.1000.44
HSL195.52º25.22%45.1%-
HSV(B)195.52º40.28%56.47%-
XYZ16.7219.6929.31-
YUV117.85142.75105.28-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.96%
GREEN value IS 129 (50.78% from 255) = 35.93%
BLUE value IS 144 (56.64% from 255) = 40.11%
R=23.96%
G=35.93%
B=40.11%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal861291440.400.1000.44195.5225.2245.1
Hex56819028A02Cc4192d
Octal12620122050120543043155
Binary10101101000000110010000101000101001011001100010011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568190; }

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

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

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

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

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

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

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

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