#5D8294

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

Shades of Horizon #5D8294

Tints of Horizon #5D8294

Color information

#5D8294 (or 0x5D8294) is unknown color: approx Horizon. HEX triplet: 5D, 82 and 94. RGB value is (93,130,148). Sum of RGB (Red+Green+Blue) = 93+130+148=371 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25.07% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 148 (58.20% from 255 or 39.89% from 371); Max value from RGB is 148 - color contains mainly: blue. Hex color #5D8294 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D8294 is #A27D6B. Grayscale: #787878. Windows color (decimal): -10648940 or 9732701. OLE color: 9732701.

HSL color Cylindrical-coordinate representation of color #5D8294: hue angle of 199.64º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5D8294 is Cyan = 0.37, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB93130148-
CMYK0.370.1200.42
HSL199.64º22.82%47.25%-
HSV(B)199.64º37.16%58.04%-
XYZ17.8420.4331.02-
YUV120.99143.24108.04-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.07%
GREEN value IS 130 (51.17% from 255) = 35.04%
BLUE value IS 148 (58.20% from 255) = 39.89%
R=25.07%
G=35.04%
B=39.89%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal931301480.370.1200.42199.6422.8247.25
Hex5D829425C02Ac8172f
Octal13520222445140523102757
Binary10111011000001010010100100101110001010101100100010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D8294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D8294; }

 p { color: rgb(93,130,148); }

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

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

 a { background-color: rgb(93,130,148); }

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

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

 span { border-color: rgb(93,130,148); }

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