#56728C

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

Shades of Kashmir Blue #56728C

Tints of Kashmir Blue #56728C

Color information

#56728C (or 0x56728C) is unknown color: approx Kashmir Blue. HEX triplet: 56, 72 and 8C. RGB value is (86,114,140). Sum of RGB (Red+Green+Blue) = 86+114+140=340 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.29% from 340); Green value is 114 (44.92% from 255 or 33.53% from 340); Blue value is 140 (55.08% from 255 or 41.18% from 340); Max value from RGB is 140 - color contains mainly: blue. Hex color #56728C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56728C is #A98D73. Grayscale: #6C6C6C. Windows color (decimal): -11111796 or 9204310. OLE color: 9204310.

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

Color convert

RGB86114140-
CMYK0.390.1900.45
HSL208.89º23.89%44.31%-
HSV(B)208.89º38.57%54.9%-
XYZ14.5915.9127.11-
YUV108.59145.72111.89-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.29%
GREEN value IS 114 (44.92% from 255) = 33.53%
BLUE value IS 140 (55.08% from 255) = 41.18%
R=25.29%
G=33.53%
B=41.18%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal861141400.390.1900.45208.8923.8944.31
Hex56728C271302Dd1182c
Octal12616221447230553213054
Binary10101101110010100011001001111001101011011101000111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56728C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56728C; }

 p { color: rgb(86,114,140); }

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

<style>
 a { background-color: #56728C; }

 a { background-color: rgb(86,114,140); }

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

<style>
 span { border-color: #56728C; }

 span { border-color: rgb(86,114,140); }

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