#5B6885

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

Shades of Kashmir Blue #5B6885

Tints of Kashmir Blue #5B6885

Color information

#5B6885 (or 0x5B6885) is unknown color: approx Kashmir Blue. HEX triplet: 5B, 68 and 85. RGB value is (91,104,133). Sum of RGB (Red+Green+Blue) = 91+104+133=328 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.74% from 328); Green value is 104 (41.02% from 255 or 31.71% from 328); Blue value is 133 (52.34% from 255 or 40.55% from 328); Max value from RGB is 133 - color contains mainly: blue. Hex color #5B6885 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B6885 is #A4977A. Grayscale: #676767. Windows color (decimal): -10786683 or 8743003. OLE color: 8743003.

HSL color Cylindrical-coordinate representation of color #5B6885: hue angle of 221.43º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5B6885 is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB91104133-
CMYK0.320.2200.48
HSL221.43º18.75%43.92%-
HSV(B)221.43º31.58%52.16%-
XYZ13.513.8224.15-
YUV103.42144.69119.14-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 27.74%
GREEN value IS 104 (41.02% from 255) = 31.71%
BLUE value IS 133 (52.34% from 255) = 40.55%
R=27.74%
G=31.71%
B=40.55%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal911041330.320.2200.48221.4318.7543.92
Hex5B68852016030dd132c
Octal13315020540260603352354
Binary10110111101000100001011000001011001100001101110110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,104,133); }

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

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

 a { background-color: rgb(91,104,133); }

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

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

 span { border-color: rgb(91,104,133); }

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