#5B8294

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

Shades of Horizon #5B8294

Tints of Horizon #5B8294

Color information

#5B8294 (or 0x5B8294) is unknown color: approx Horizon. HEX triplet: 5B, 82 and 94. RGB value is (91,130,148). Sum of RGB (Red+Green+Blue) = 91+130+148=369 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.66% from 369); Green value is 130 (51.17% from 255 or 35.23% from 369); Blue value is 148 (58.20% from 255 or 40.11% from 369); Max value from RGB is 148 - color contains mainly: blue. Hex color #5B8294 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B8294 is #A47D6B. Grayscale: #787878. Windows color (decimal): -10780012 or 9732699. OLE color: 9732699.

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

Color convert

RGB91130148-
CMYK0.390.1200.42
HSL198.95º23.85%46.86%-
HSV(B)198.95º38.51%58.04%-
XYZ17.6420.3331.01-
YUV120.39143.58107.04-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.66%
GREEN value IS 130 (51.17% from 255) = 35.23%
BLUE value IS 148 (58.20% from 255) = 40.11%
R=24.66%
G=35.23%
B=40.11%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal911301480.390.1200.42198.9523.8546.86
Hex5B829427C02Ac7182f
Octal13320222447140523073057
Binary10110111000001010010100100111110001010101100011111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B8294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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