#5B7893

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

Shades of Kashmir Blue #5B7893

Tints of Kashmir Blue #5B7893

Color information

#5B7893 (or 0x5B7893) is unknown color: approx Kashmir Blue. HEX triplet: 5B, 78 and 93. RGB value is (91,120,147). Sum of RGB (Red+Green+Blue) = 91+120+147=358 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.42% from 358); Green value is 120 (47.27% from 255 or 33.52% from 358); Blue value is 147 (57.81% from 255 or 41.06% from 358); Max value from RGB is 147 - color contains mainly: blue. Hex color #5B7893 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B7893 is #A4876C. Grayscale: #727272. Windows color (decimal): -10782573 or 9664603. OLE color: 9664603.

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

Color convert

RGB91120147-
CMYK0.380.1800.42
HSL208.93º23.53%46.67%-
HSV(B)208.93º38.1%57.65%-
XYZ16.317.7630.17-
YUV114.41146.39111.3-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25.42%
GREEN value IS 120 (47.27% from 255) = 33.52%
BLUE value IS 147 (57.81% from 255) = 41.06%
R=25.42%
G=33.52%
B=41.06%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal911201470.380.1800.42208.9323.5346.67
Hex5B7893261202Ad1182f
Octal13317022346220523213057
Binary10110111111000100100111001101001001010101101000111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B7893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,120,147); }

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

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

 a { background-color: rgb(91,120,147); }

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

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

 span { border-color: rgb(91,120,147); }

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