#56738D

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

Shades of Kashmir Blue #56738D

Tints of Kashmir Blue #56738D

Color information

#56738D (or 0x56738D) is unknown color: approx Kashmir Blue. HEX triplet: 56, 73 and 8D. RGB value is (86,115,141). Sum of RGB (Red+Green+Blue) = 86+115+141=342 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.15% from 342); Green value is 115 (45.31% from 255 or 33.63% from 342); Blue value is 141 (55.47% from 255 or 41.23% from 342); Max value from RGB is 141 - color contains mainly: blue. Hex color #56738D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56738D is #A98C72. Grayscale: #6D6D6D. Windows color (decimal): -11111539 or 9270102. OLE color: 9270102.

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

Color convert

RGB86115141-
CMYK0.390.1800.45
HSL208.36º24.23%44.51%-
HSV(B)208.36º39.01%55.29%-
XYZ14.7816.1627.54-
YUV109.29145.89111.39-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.15%
GREEN value IS 115 (45.31% from 255) = 33.63%
BLUE value IS 141 (55.47% from 255) = 41.23%
R=25.15%
G=33.63%
B=41.23%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal861151410.390.1800.45208.3624.2344.51
Hex56738D271202Dd0182d
Octal12616321547220553203055
Binary10101101110011100011011001111001001011011101000011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56738D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56738D; }

 p { color: rgb(86,115,141); }

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

<style>
 a { background-color: #56738D; }

 a { background-color: rgb(86,115,141); }

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

<style>
 span { border-color: #56738D; }

 span { border-color: rgb(86,115,141); }

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