#56637E

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

Shades of Kashmir Blue #56637E

Tints of Kashmir Blue #56637E

Color information

#56637E (or 0x56637E) is unknown color: approx Kashmir Blue. HEX triplet: 56, 63 and 7E. RGB value is (86,99,126). Sum of RGB (Red+Green+Blue) = 86+99+126=311 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.65% from 311); Green value is 99 (39.06% from 255 or 31.83% from 311); Blue value is 126 (49.61% from 255 or 40.51% from 311); Max value from RGB is 126 - color contains mainly: blue. Hex color #56637E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56637E is #A99C81. Grayscale: #626262. Windows color (decimal): -11115650 or 8282966. OLE color: 8282966.

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

Color convert

RGB8699126-
CMYK0.320.2100.51
HSL220.5º18.87%41.57%-
HSV(B)220.5º31.75%49.41%-
XYZ12.0712.4121.5-
YUV98.19143.69119.3-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.65%
GREEN value IS 99 (39.06% from 255) = 31.83%
BLUE value IS 126 (49.61% from 255) = 40.51%
R=27.65%
G=31.83%
B=40.51%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal86991260.320.2100.51220.518.8741.57
Hex56637E2015033dc132a
Octal12614317640250633342352
Binary1010110110001111111101000001010101100111101110010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56637E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56637E; }

 p { color: rgb(86,99,126); }

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

<style>
 a { background-color: #56637E; }

 a { background-color: rgb(86,99,126); }

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

<style>
 span { border-color: #56637E; }

 span { border-color: rgb(86,99,126); }

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