Html Css Color HEX #5C657C Kashmir Blue

📋 copy color: '#5C657C'

red 92 ◦ green 101 ◦ blue 124

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

Shades of Kashmir Blue #5C657C

Tints of Kashmir Blue #5C657C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.86%

 BLUE value IS 124 (48.83% from 255) = 39.12%

R = 29.02%
G = 31.86%
B = 39.12%

CMYK

 C value IS 0.26

 M value IS 0.19

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5C657C (or 0x5C657C) is known color: Kashmir Blue. HEX triplet: 5C, 65 and 7C. RGB value is (92,101,124). Sum of RGB (Red+Green+Blue) = 92+101+124=317 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.02% from 317); Green value is 101 (39.84% from 255 or 31.86% from 317); Blue value is 124 (48.83% from 255 or 39.12% from 317); Max value from RGB is 124 - color contains mainly: blue. Hex color #5C657C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C657C is #A39A83. Grayscale: #646464. Windows color (decimal): -10721924 or 8152412. OLE color: 8152412.

HSL color Cylindrical-coordinate representation of color #5C657C: hue angle of 223.12º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5C657C is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 92 101 124 -
CMYK 0.26 0.19 0 0.51
HSL 223.13º 0.15% 0.42% -
HSV(B) 223.13º 0.26% 0.49% -
XYZ 12.71 13.04 20.92 -
YUV 100.93 141.02 121.63 -
System Red Green Blue C M Y K H S L
Decimal 92 101 124 0.26 0.19 0 0.51 223.13 0.15 0.42
Hex 5C 65 7C 1A 13 0 33 DF F 2A
Octal 134 145 174 32 23 0 63 337 17 52
Binary 1011100 1100101 1111100 11010 10011 0 110011 11011111 1111 101010

Color Harmonies of #5C657C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C657C

Black with #5C657C

Text Example


Text Example

White with #5C657C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,101,124); }

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

background-color css

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

 a { background-color: rgb(92,101,124); }

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

border-color css

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

 span { border-color: rgb(92,101,124); }

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