#56647D

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

Shades of Kashmir Blue #56647D

Tints of Kashmir Blue #56647D

Color information

#56647D (or 0x56647D) is unknown color: approx Kashmir Blue. HEX triplet: 56, 64 and 7D. RGB value is (86,100,125). Sum of RGB (Red+Green+Blue) = 86+100+125=311 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.65% from 311); Green value is 100 (39.45% from 255 or 32.15% from 311); Blue value is 125 (49.22% from 255 or 40.19% from 311); Max value from RGB is 125 - color contains mainly: blue. Hex color #56647D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56647D is #A99B82. Grayscale: #626262. Windows color (decimal): -11115395 or 8217686. OLE color: 8217686.

HSL color Cylindrical-coordinate representation of color #56647D: hue angle of 218.46º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #56647D is Cyan = 0.31, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB86100125-
CMYK0.310.200.51
HSL218.46º18.48%41.37%-
HSV(B)218.46º31.2%49.02%-
XYZ12.112.5721.19-
YUV98.66142.86118.97-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.65%
GREEN value IS 100 (39.45% from 255) = 32.15%
BLUE value IS 125 (49.22% from 255) = 40.19%
R=27.65%
G=32.15%
B=40.19%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal861001250.310.200.51218.4618.4841.37
Hex56647D1F14033da1229
Octal12614417537240633322251
Binary101011011001001111101111111010001100111101101010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56647D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56647D; }

 p { color: rgb(86,100,125); }

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

<style>
 a { background-color: #56647D; }

 a { background-color: rgb(86,100,125); }

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

<style>
 span { border-color: #56647D; }

 span { border-color: rgb(86,100,125); }

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