#5D8594

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

Shades of Horizon #5D8594

Tints of Horizon #5D8594

Color information

#5D8594 (or 0x5D8594) is unknown color: approx Horizon. HEX triplet: 5D, 85 and 94. RGB value is (93,133,148). Sum of RGB (Red+Green+Blue) = 93+133+148=374 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.87% from 374); Green value is 133 (52.34% from 255 or 35.56% from 374); Blue value is 148 (58.20% from 255 or 39.57% from 374); Max value from RGB is 148 - color contains mainly: blue. Hex color #5D8594 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D8594 is #A27A6B. Grayscale: #7A7A7A. Windows color (decimal): -10648172 or 9733469. OLE color: 9733469.

HSL color Cylindrical-coordinate representation of color #5D8594: hue angle of 196.36º 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 #5D8594 is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB93133148-
CMYK0.370.1000.42
HSL196.36º22.82%47.25%-
HSV(B)196.36º37.16%58.04%-
XYZ18.2521.2431.16-
YUV122.75142.25106.78-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 24.87%
GREEN value IS 133 (52.34% from 255) = 35.56%
BLUE value IS 148 (58.20% from 255) = 39.57%
R=24.87%
G=35.56%
B=39.57%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal931331480.370.1000.42196.3622.8247.25
Hex5D859425A02Ac4172f
Octal13520522445120523042757
Binary10111011000010110010100100101101001010101100010010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D8594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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