#5B8492

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

Shades of Horizon #5B8492

Tints of Horizon #5B8492

Color information

#5B8492 (or 0x5B8492) is unknown color: approx Horizon. HEX triplet: 5B, 84 and 92. RGB value is (91,132,146). Sum of RGB (Red+Green+Blue) = 91+132+146=369 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.66% from 369); Green value is 132 (51.95% from 255 or 35.77% from 369); Blue value is 146 (57.42% from 255 or 39.57% from 369); Max value from RGB is 146 - color contains mainly: blue. Hex color #5B8492 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B8492 is #A47B6D. Grayscale: #797979. Windows color (decimal): -10779502 or 9602139. OLE color: 9602139.

HSL color Cylindrical-coordinate representation of color #5B8492: hue angle of 195.27º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5B8492 is Cyan = 0.38, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB91132146-
CMYK0.380.1000.43
HSL195.27º23.21%46.47%-
HSV(B)195.27º37.67%57.25%-
XYZ17.7520.830.27-
YUV121.34141.92106.36-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.66%
GREEN value IS 132 (51.95% from 255) = 35.77%
BLUE value IS 146 (57.42% from 255) = 39.57%
R=24.66%
G=35.77%
B=39.57%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal911321460.380.1000.43195.2723.2146.47
Hex5B849226A02Bc3172e
Octal13320422246120533032756
Binary10110111000010010010010100110101001010111100001110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B8492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,132,146); }

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

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

 a { background-color: rgb(91,132,146); }

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

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

 span { border-color: rgb(91,132,146); }

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