#567D95

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

Shades of Horizon #567D95

Tints of Horizon #567D95

Color information

#567D95 (or 0x567D95) is unknown color: approx Horizon. HEX triplet: 56, 7D and 95. RGB value is (86,125,149). Sum of RGB (Red+Green+Blue) = 86+125+149=360 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.89% from 360); Green value is 125 (49.22% from 255 or 34.72% from 360); Blue value is 149 (58.59% from 255 or 41.39% from 360); Max value from RGB is 149 - color contains mainly: blue. Hex color #567D95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567D95 is #A9826A. Grayscale: #737373. Windows color (decimal): -11108971 or 9796950. OLE color: 9796950.

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

Color convert

RGB86125149-
CMYK0.420.1600.42
HSL202.86º26.81%46.08%-
HSV(B)202.86º42.28%58.43%-
XYZ16.618.8231.19-
YUV116.08146.58106.55-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.89%
GREEN value IS 125 (49.22% from 255) = 34.72%
BLUE value IS 149 (58.59% from 255) = 41.39%
R=23.89%
G=34.72%
B=41.39%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal861251490.420.1600.42202.8626.8146.08
Hex567D952A1002Acb1b2e
Octal12617522552200523133356
Binary10101101111101100101011010101000001010101100101111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567D95; }

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

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

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

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

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

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

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

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