#567D96

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

Shades of Horizon #567D96

Tints of Horizon #567D96

Color information

#567D96 (or 0x567D96) is unknown color: approx Horizon. HEX triplet: 56, 7D and 96. RGB value is (86,125,150). Sum of RGB (Red+Green+Blue) = 86+125+150=361 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.82% from 361); Green value is 125 (49.22% from 255 or 34.63% from 361); Blue value is 150 (58.98% from 255 or 41.55% from 361); Max value from RGB is 150 - color contains mainly: blue. Hex color #567D96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567D96 is #A98269. Grayscale: #747474. Windows color (decimal): -11108970 or 9862486. OLE color: 9862486.

HSL color Cylindrical-coordinate representation of color #567D96: hue angle of 203.44º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #567D96 is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB86125150-
CMYK0.430.1700.41
HSL203.44º27.12%46.27%-
HSV(B)203.44º42.67%58.82%-
XYZ16.6818.8531.61-
YUV116.19147.08106.47-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.82%
GREEN value IS 125 (49.22% from 255) = 34.63%
BLUE value IS 150 (58.98% from 255) = 41.55%
R=23.82%
G=34.63%
B=41.55%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal861251500.430.1700.41203.4427.1246.27
Hex567D962B11029cb1b2e
Octal12617522653210513133356
Binary10101101111101100101101010111000101010011100101111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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