#5B657B

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

Shades of Kashmir Blue #5B657B

Tints of Kashmir Blue #5B657B

Color information

#5B657B (or 0x5B657B) is unknown color: approx Kashmir Blue. HEX triplet: 5B, 65 and 7B. RGB value is (91,101,123). Sum of RGB (Red+Green+Blue) = 91+101+123=315 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.89% from 315); Green value is 101 (39.84% from 255 or 32.06% from 315); Blue value is 123 (48.44% from 255 or 39.05% from 315); Max value from RGB is 123 - color contains mainly: blue. Hex color #5B657B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B657B is #A49A84. Grayscale: #646464. Windows color (decimal): -10787461 or 8086875. OLE color: 8086875.

HSL color Cylindrical-coordinate representation of color #5B657B: hue angle of 221.25º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5B657B is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB91101123-
CMYK0.260.1800.52
HSL221.25º14.95%41.96%-
HSV(B)221.25º26.02%48.24%-
XYZ12.5412.9620.58-
YUV100.52140.69121.21-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28.89%
GREEN value IS 101 (39.84% from 255) = 32.06%
BLUE value IS 123 (48.44% from 255) = 39.05%
R=28.89%
G=32.06%
B=39.05%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal911011230.260.1800.52221.2514.9541.96
Hex5B657B1A12034ddf2a
Octal13314517332220643351752
Binary10110111100101111101111010100100110100110111011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B657B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,101,123); }

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

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

 a { background-color: rgb(91,101,123); }

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

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

 span { border-color: rgb(91,101,123); }

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