Html Css Color HEX #5B728D Kashmir Blue

📋 copy color: '#5B728D'

red 91 ◦ green 114 ◦ blue 141

#5B728D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kashmir Blue #5B728D

Tints of Kashmir Blue #5B728D

RGB

 RED value IS 91 (35.94% from 255) = 26.3%

 GREEN value IS 114 (44.92% from 255) = 32.95%

 BLUE value IS 141 (55.47% from 255) = 40.75%

R = 26.3%
G = 32.95%
B = 40.75%

CMYK

 C value IS 0.35

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5B728D (or 0x5B728D) is known color: 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

RGB 91 114 141 -
CMYK 0.35 0.19 0 0.45
HSL 212.4º 0.22% 0.45% -
HSV(B) 212.4º 0.35% 0.55% -
XYZ 15.14 16.18 27.52 -
YUV 110.2 145.38 114.3 -
System Red Green Blue C M Y K H S L
Decimal 91 114 141 0.35 0.19 0 0.45 212.4 0.22 0.45
Hex 5B 72 8D 23 13 0 2D D4 16 2D
Octal 133 162 215 43 23 0 55 324 26 55
Binary 1011011 1110010 10001101 100011 10011 0 101101 11010100 10110 101101

Color Harmonies of #5B728D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B728D

Black with #5B728D

Text Example


Text Example

White with #5B728D

Text Example


Text Example

HTML Codes & Css Web 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>