#56708E

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

Shades of Kashmir Blue #56708E

Tints of Kashmir Blue #56708E

Color information

#56708E (or 0x56708E) is unknown color: approx Kashmir Blue. HEX triplet: 56, 70 and 8E. RGB value is (86,112,142). Sum of RGB (Red+Green+Blue) = 86+112+142=340 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.29% from 340); Green value is 112 (44.14% from 255 or 32.94% from 340); Blue value is 142 (55.86% from 255 or 41.76% from 340); Max value from RGB is 142 - color contains mainly: blue. Hex color #56708E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56708E is #A98F71. Grayscale: #6B6B6B. Windows color (decimal): -11112306 or 9334870. OLE color: 9334870.

HSL color Cylindrical-coordinate representation of color #56708E: hue angle of 212.14º 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 #56708E is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB86112142-
CMYK0.390.2100.44
HSL212.14º24.56%44.71%-
HSV(B)212.14º39.44%55.69%-
XYZ14.5115.5227.82-
YUV107.65147.39112.56-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.29%
GREEN value IS 112 (44.14% from 255) = 32.94%
BLUE value IS 142 (55.86% from 255) = 41.76%
R=25.29%
G=32.94%
B=41.76%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal861121420.390.2100.44212.1424.5644.71
Hex56708E271502Cd4192d
Octal12616021647250543243155
Binary10101101110000100011101001111010101011001101010011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56708E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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