#56728E

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

Shades of Kashmir Blue #56728E

Tints of Kashmir Blue #56728E

Color information

#56728E (or 0x56728E) is unknown color: approx Kashmir Blue. HEX triplet: 56, 72 and 8E. RGB value is (86,114,142). Sum of RGB (Red+Green+Blue) = 86+114+142=342 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.15% from 342); Green value is 114 (44.92% from 255 or 33.33% from 342); Blue value is 142 (55.86% from 255 or 41.52% from 342); Max value from RGB is 142 - color contains mainly: blue. Hex color #56728E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56728E is #A98D71. Grayscale: #6C6C6C. Windows color (decimal): -11111794 or 9335382. OLE color: 9335382.

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

Color convert

RGB86114142-
CMYK0.390.2000.44
HSL210º24.56%44.71%-
HSV(B)210º39.44%55.69%-
XYZ14.7415.9727.9-
YUV108.82146.72111.72-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.15%
GREEN value IS 114 (44.92% from 255) = 33.33%
BLUE value IS 142 (55.86% from 255) = 41.52%
R=25.15%
G=33.33%
B=41.52%

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
Decimal861141420.390.2000.4421024.5644.71
Hex56728E271402Cd2192d
Octal12616221647240543223155
Binary10101101110010100011101001111010001011001101001011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56728E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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