#568193

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

Shades of Horizon #568193

Tints of Horizon #568193

Color information

#568193 (or 0x568193) is unknown color: approx Horizon. HEX triplet: 56, 81 and 93. RGB value is (86,129,147). Sum of RGB (Red+Green+Blue) = 86+129+147=362 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.76% from 362); Green value is 129 (50.78% from 255 or 35.64% from 362); Blue value is 147 (57.81% from 255 or 40.61% from 362); Max value from RGB is 147 - color contains mainly: blue. Hex color #568193 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568193 is #A97E6C. Grayscale: #767676. Windows color (decimal): -11107949 or 9666902. OLE color: 9666902.

HSL color Cylindrical-coordinate representation of color #568193: hue angle of 197.7º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #568193 is Cyan = 0.41, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB86129147-
CMYK0.410.1200.42
HSL197.7º26.18%45.69%-
HSV(B)197.7º41.5%57.65%-
XYZ16.9519.7930.53-
YUV118.2144.25105.04-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.76%
GREEN value IS 129 (50.78% from 255) = 35.64%
BLUE value IS 147 (57.81% from 255) = 40.61%
R=23.76%
G=35.64%
B=40.61%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal861291470.410.1200.42197.726.1845.69
Hex56819329C02Ac61a2e
Octal12620122351140523063256
Binary10101101000000110010011101001110001010101100011011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568193; }

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

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

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

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

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

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

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

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