#56728B

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

Shades of Kashmir Blue #56728B

Tints of Kashmir Blue #56728B

Color information

#56728B (or 0x56728B) is unknown color: approx Kashmir Blue. HEX triplet: 56, 72 and 8B. RGB value is (86,114,139). Sum of RGB (Red+Green+Blue) = 86+114+139=339 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.37% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 139 (54.69% from 255 or 41.00% from 339); Max value from RGB is 139 - color contains mainly: blue. Hex color #56728B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56728B is #A98D74. Grayscale: #6C6C6C. Windows color (decimal): -11111797 or 9138774. OLE color: 9138774.

HSL color Cylindrical-coordinate representation of color #56728B: hue angle of 208.3º 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 #56728B is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB86114139-
CMYK0.380.1800.45
HSL208.3º23.56%44.12%-
HSV(B)208.3º38.13%54.51%-
XYZ14.5215.8826.73-
YUV108.48145.22111.97-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.37%
GREEN value IS 114 (44.92% from 255) = 33.63%
BLUE value IS 139 (54.69% from 255) = 41.00%
R=25.37%
G=33.63%
B=41.00%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal861141390.380.1800.45208.323.5644.12
Hex56728B261202Dd0182c
Octal12616221346220553203054
Binary10101101110010100010111001101001001011011101000011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56728B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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