Html Css Color HEX #5C718D Kashmir Blue

📋 copy color: '#5C718D'

red 92 ◦ green 113 ◦ blue 141

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

Shades of Kashmir Blue #5C718D

Tints of Kashmir Blue #5C718D

RGB

 RED value IS 92 (36.33% from 255) = 26.59%

 GREEN value IS 113 (44.53% from 255) = 32.66%

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

R = 26.59%
G = 32.66%
B = 40.75%

CMYK

 C value IS 0.35

 M value IS 0.20

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5C718D (or 0x5C718D) is known color: Kashmir Blue. HEX triplet: 5C, 71 and 8D. RGB value is (92,113,141). Sum of RGB (Red+Green+Blue) = 92+113+141=346 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.59% from 346); Green value is 113 (44.53% from 255 or 32.66% 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 #5C718D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C718D is #A38E72. Grayscale: #6D6D6D. Windows color (decimal): -10718835 or 9269596. OLE color: 9269596.

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

Color convert

RGB 92 113 141 -
CMYK 0.35 0.20 0 0.45
HSL 214.29º 0.21% 0.46% -
HSV(B) 214.29º 0.35% 0.55% -
XYZ 15.13 16.01 27.49 -
YUV 109.91 145.54 115.22 -
System Red Green Blue C M Y K H S L
Decimal 92 113 141 0.35 0.20 0 0.45 214.29 0.21 0.46
Hex 5C 71 8D 23 14 0 2D D6 15 2E
Octal 134 161 215 43 24 0 55 326 25 56
Binary 1011100 1110001 10001101 100011 10100 0 101101 11010110 10101 101110

Color Harmonies of #5C718D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C718D

Black with #5C718D

Text Example


Text Example

White with #5C718D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,113,141); }

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

background-color css

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

 a { background-color: rgb(92,113,141); }

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

border-color css

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

 span { border-color: rgb(92,113,141); }

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