#5C667C

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

Shades of Kashmir Blue #5C667C

Tints of Kashmir Blue #5C667C

Color information

#5C667C (or 0x5C667C) is unknown color: approx Kashmir Blue. HEX triplet: 5C, 66 and 7C. RGB value is (92,102,124). Sum of RGB (Red+Green+Blue) = 92+102+124=318 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.93% from 318); Green value is 102 (40.23% from 255 or 32.08% from 318); Blue value is 124 (48.83% from 255 or 38.99% from 318); Max value from RGB is 124 - color contains mainly: blue. Hex color #5C667C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C667C is #A39983. Grayscale: #656565. Windows color (decimal): -10721668 or 8152668. OLE color: 8152668.

HSL color Cylindrical-coordinate representation of color #5C667C: hue angle of 221.25º 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 #5C667C is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB92102124-
CMYK0.260.1800.51
HSL221.25º14.81%42.35%-
HSV(B)221.25º25.81%48.63%-
XYZ12.813.2320.95-
YUV101.52140.69121.21-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.93%
GREEN value IS 102 (40.23% from 255) = 32.08%
BLUE value IS 124 (48.83% from 255) = 38.99%
R=28.93%
G=32.08%
B=38.99%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal921021240.260.1800.51221.2514.8142.35
Hex5C667C1A12033ddf2a
Octal13414617432220633351752
Binary10111001100110111110011010100100110011110111011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C667C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5C667C;
 }
 .AnyTagClassName
 {
   color: #5C667C;
 }
</style>
background-color css

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

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

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

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

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

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