#5B697D

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

Shades of Kashmir Blue #5B697D

Tints of Kashmir Blue #5B697D

Color information

#5B697D (or 0x5B697D) is unknown color: approx Kashmir Blue. HEX triplet: 5B, 69 and 7D. RGB value is (91,105,125). Sum of RGB (Red+Green+Blue) = 91+105+125=321 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.35% from 321); Green value is 105 (41.41% from 255 or 32.71% from 321); Blue value is 125 (49.22% from 255 or 38.94% from 321); Max value from RGB is 125 - color contains mainly: blue. Hex color #5B697D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B697D is #A49682. Grayscale: #676767. Windows color (decimal): -10786435 or 8218971. OLE color: 8218971.

HSL color Cylindrical-coordinate representation of color #5B697D: hue angle of 215.29º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5B697D is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB91105125-
CMYK0.270.1600.51
HSL215.29º15.74%42.35%-
HSV(B)215.29º27.2%49.02%-
XYZ13.0713.8121.38-
YUV103.09140.36119.37-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28.35%
GREEN value IS 105 (41.41% from 255) = 32.71%
BLUE value IS 125 (49.22% from 255) = 38.94%
R=28.35%
G=32.71%
B=38.94%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal911051250.270.1600.51215.2915.7442.35
Hex5B697D1B10033d7102a
Octal13315117533200633272052
Binary101101111010011111101110111000001100111101011110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B697D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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