#568595

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

Shades of Horizon #568595

Tints of Horizon #568595

Color information

#568595 (or 0x568595) is unknown color: approx Horizon. HEX triplet: 56, 85 and 95. RGB value is (86,133,149). Sum of RGB (Red+Green+Blue) = 86+133+149=368 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.37% from 368); Green value is 133 (52.34% from 255 or 36.14% from 368); Blue value is 149 (58.59% from 255 or 40.49% from 368); Max value from RGB is 149 - color contains mainly: blue. Hex color #568595 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568595 is #A97A6A. Grayscale: #787878. Windows color (decimal): -11106923 or 9798998. OLE color: 9798998.

HSL color Cylindrical-coordinate representation of color #568595: hue angle of 195.24º degrees, saturation: 0.27, 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 #568595 is Cyan = 0.42, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB86133149-
CMYK0.420.1100.42
HSL195.24º26.81%46.08%-
HSV(B)195.24º42.28%58.43%-
XYZ17.6520.9231.54-
YUV120.77143.93103.2-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.37%
GREEN value IS 133 (52.34% from 255) = 36.14%
BLUE value IS 149 (58.59% from 255) = 40.49%
R=23.37%
G=36.14%
B=40.49%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal861331490.420.1100.42195.2426.8146.08
Hex5685952AB02Ac31b2e
Octal12620522552130523033356
Binary10101101000010110010101101010101101010101100001111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568595; }

 p { color: rgb(86,133,149); }

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

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

 a { background-color: rgb(86,133,149); }

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

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

 span { border-color: rgb(86,133,149); }

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