#5B6985

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

Shades of Kashmir Blue #5B6985

Tints of Kashmir Blue #5B6985

Color information

#5B6985 (or 0x5B6985) is unknown color: approx Kashmir Blue. HEX triplet: 5B, 69 and 85. RGB value is (91,105,133). Sum of RGB (Red+Green+Blue) = 91+105+133=329 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.66% from 329); Green value is 105 (41.41% from 255 or 31.91% from 329); Blue value is 133 (52.34% from 255 or 40.43% from 329); Max value from RGB is 133 - color contains mainly: blue. Hex color #5B6985 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B6985 is #A4967A. Grayscale: #676767. Windows color (decimal): -10786427 or 8743259. OLE color: 8743259.

HSL color Cylindrical-coordinate representation of color #5B6985: hue angle of 220º 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 #5B6985 is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB91105133-
CMYK0.320.2100.48
HSL220º18.75%43.92%-
HSV(B)220º31.58%52.16%-
XYZ13.614.0224.18-
YUV104.01144.36118.72-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 27.66%
GREEN value IS 105 (41.41% from 255) = 31.91%
BLUE value IS 133 (52.34% from 255) = 40.43%
R=27.66%
G=31.91%
B=40.43%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal911051330.320.2100.4822018.7543.92
Hex5B69852015030dc132c
Octal13315120540250603342354
Binary10110111101001100001011000001010101100001101110010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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