Html Css Color HEX #5E728D Kashmir Blue

📋 copy color: '#5E728D'

red 94 ◦ green 114 ◦ blue 141

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

Shades of Kashmir Blue #5E728D

Tints of Kashmir Blue #5E728D

RGB

 RED value IS 94 (37.11% from 255) = 26.93%

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

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

R = 26.93%
G = 32.66%
B = 40.4%

CMYK

 C value IS 0.33

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5E728D (or 0x5E728D) is known color: Kashmir Blue. HEX triplet: 5E, 72 and 8D. RGB value is (94,114,141). Sum of RGB (Red+Green+Blue) = 94+114+141=349 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.93% from 349); Green value is 114 (44.92% from 255 or 32.66% from 349); Blue value is 141 (55.47% from 255 or 40.40% from 349); Max value from RGB is 141 - color contains mainly: blue. Hex color #5E728D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E728D is #A18D72. Grayscale: #6E6E6E. Windows color (decimal): -10587507 or 9269854. OLE color: 9269854.

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

Color convert

RGB 94 114 141 -
CMYK 0.33 0.19 0 0.45
HSL 214.47º 0.2% 0.46% -
HSV(B) 214.47º 0.33% 0.55% -
XYZ 15.44 16.34 27.54 -
YUV 111.1 144.87 115.8 -
System Red Green Blue C M Y K H S L
Decimal 94 114 141 0.33 0.19 0 0.45 214.47 0.2 0.46
Hex 5E 72 8D 21 13 0 2D D6 14 2E
Octal 136 162 215 41 23 0 55 326 24 56
Binary 1011110 1110010 10001101 100001 10011 0 101101 11010110 10100 101110

Color Harmonies of #5E728D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E728D

Black with #5E728D

Text Example


Text Example

White with #5E728D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5E728D;
 }
 .AnyTagClassName
 {
   color: #5E728D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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