#56708B

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

Shades of Kashmir Blue #56708B

Tints of Kashmir Blue #56708B

Color information

#56708B (or 0x56708B) is unknown color: approx Kashmir Blue. HEX triplet: 56, 70 and 8B. RGB value is (86,112,139). Sum of RGB (Red+Green+Blue) = 86+112+139=337 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.52% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 139 (54.69% from 255 or 41.25% from 337); Max value from RGB is 139 - color contains mainly: blue. Hex color #56708B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56708B is #A98F74. Grayscale: #6B6B6B. Windows color (decimal): -11112309 or 9138262. OLE color: 9138262.

HSL color Cylindrical-coordinate representation of color #56708B: hue angle of 210.57º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #56708B is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB86112139-
CMYK0.380.1900.45
HSL210.57º23.56%44.12%-
HSV(B)210.57º38.13%54.51%-
XYZ14.2915.4326.65-
YUV107.3145.89112.8-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.52%
GREEN value IS 112 (44.14% from 255) = 33.23%
BLUE value IS 139 (54.69% from 255) = 41.25%
R=25.52%
G=33.23%
B=41.25%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal861121390.380.1900.45210.5723.5644.12
Hex56708B261302Dd3182c
Octal12616021346230553233054
Binary10101101110000100010111001101001101011011101001111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56708B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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