#5B667B

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

Shades of Kashmir Blue #5B667B

Tints of Kashmir Blue #5B667B

Color information

#5B667B (or 0x5B667B) is unknown color: approx Kashmir Blue. HEX triplet: 5B, 66 and 7B. RGB value is (91,102,123). Sum of RGB (Red+Green+Blue) = 91+102+123=316 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.80% from 316); Green value is 102 (40.23% from 255 or 32.28% from 316); Blue value is 123 (48.44% from 255 or 38.92% from 316); Max value from RGB is 123 - color contains mainly: blue. Hex color #5B667B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B667B is #A49984. Grayscale: #656565. Windows color (decimal): -10787205 or 8087131. OLE color: 8087131.

HSL color Cylindrical-coordinate representation of color #5B667B: hue angle of 219.38º 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 #5B667B is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB91102123-
CMYK0.260.1700.52
HSL219.38º14.95%41.96%-
HSV(B)219.38º26.02%48.24%-
XYZ12.6413.1620.61-
YUV101.1140.36120.79-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28.80%
GREEN value IS 102 (40.23% from 255) = 32.28%
BLUE value IS 123 (48.44% from 255) = 38.92%
R=28.80%
G=32.28%
B=38.92%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal911021230.260.1700.52219.3814.9541.96
Hex5B667B1A11034dbf2a
Octal13314617332210643331752
Binary10110111100110111101111010100010110100110110111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B667B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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