#5C657C

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

Shades of Kashmir Blue #5C657C

Tints of Kashmir Blue #5C657C

Color information

#5C657C (or 0x5C657C) is unknown color: approx 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

RGB92101124-
CMYK0.260.1900.51
HSL223.12º14.81%42.35%-
HSV(B)223.12º25.81%48.63%-
XYZ12.7113.0420.92-
YUV100.93141.02121.63-

RGB Variations

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

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 (Cyan) values IS 0.26
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal921011240.260.1900.51223.1214.8142.35
Hex5C657C1A13033dff2a
Octal13414517432230633371752
Binary10111001100101111110011010100110110011110111111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C657C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>