#5B728D

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

Shades of Kashmir Blue #5B728D

Tints of Kashmir Blue #5B728D

Color information

#5B728D (or 0x5B728D) is unknown color: approx Kashmir Blue. HEX triplet: 5B, 72 and 8D. RGB value is (91,114,141). Sum of RGB (Red+Green+Blue) = 91+114+141=346 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.30% from 346); Green value is 114 (44.92% from 255 or 32.95% from 346); Blue value is 141 (55.47% from 255 or 40.75% from 346); Max value from RGB is 141 - color contains mainly: blue. Hex color #5B728D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B728D is #A48D72. Grayscale: #6E6E6E. Windows color (decimal): -10784115 or 9269851. OLE color: 9269851.

HSL color Cylindrical-coordinate representation of color #5B728D: hue angle of 212.4º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5B728D is Cyan = 0.35, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB91114141-
CMYK0.350.1900.45
HSL212.4º21.55%45.49%-
HSV(B)212.4º35.46%55.29%-
XYZ15.1416.1827.52-
YUV110.2145.38114.3-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26.30%
GREEN value IS 114 (44.92% from 255) = 32.95%
BLUE value IS 141 (55.47% from 255) = 40.75%
R=26.30%
G=32.95%
B=40.75%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal911141410.350.1900.45212.421.5545.49
Hex5B728D231302Dd4162d
Octal13316221543230553242655
Binary10110111110010100011011000111001101011011101010010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B728D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,114,141); }

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

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

 a { background-color: rgb(91,114,141); }

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

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

 span { border-color: rgb(91,114,141); }

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