#56718E

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

Shades of Kashmir Blue #56718E

Tints of Kashmir Blue #56718E

Color information

#56718E (or 0x56718E) is unknown color: approx Kashmir Blue. HEX triplet: 56, 71 and 8E. RGB value is (86,113,142). Sum of RGB (Red+Green+Blue) = 86+113+142=341 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.22% from 341); Green value is 113 (44.53% from 255 or 33.14% from 341); Blue value is 142 (55.86% from 255 or 41.64% from 341); Max value from RGB is 142 - color contains mainly: blue. Hex color #56718E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56718E is #A98E71. Grayscale: #6C6C6C. Windows color (decimal): -11112050 or 9335126. OLE color: 9335126.

HSL color Cylindrical-coordinate representation of color #56718E: hue angle of 211.07º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #56718E is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB86113142-
CMYK0.390.2000.44
HSL211.07º24.56%44.71%-
HSV(B)211.07º39.44%55.69%-
XYZ14.6315.7427.86-
YUV108.23147.05112.14-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.22%
GREEN value IS 113 (44.53% from 255) = 33.14%
BLUE value IS 142 (55.86% from 255) = 41.64%
R=25.22%
G=33.14%
B=41.64%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal861131420.390.2000.44211.0724.5644.71
Hex56718E271402Cd3192d
Octal12616121647240543233155
Binary10101101110001100011101001111010001011001101001111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56718E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,113,142); }

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

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

 a { background-color: rgb(86,113,142); }

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

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

 span { border-color: rgb(86,113,142); }

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