#56738E

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

Shades of Kashmir Blue #56738E

Tints of Kashmir Blue #56738E

Color information

#56738E (or 0x56738E) is unknown color: approx Kashmir Blue. HEX triplet: 56, 73 and 8E. RGB value is (86,115,142). Sum of RGB (Red+Green+Blue) = 86+115+142=343 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.07% from 343); Green value is 115 (45.31% from 255 or 33.53% from 343); Blue value is 142 (55.86% from 255 or 41.40% from 343); Max value from RGB is 142 - color contains mainly: blue. Hex color #56738E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56738E is #A98C71. Grayscale: #6D6D6D. Windows color (decimal): -11111538 or 9335638. OLE color: 9335638.

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

Color convert

RGB86115142-
CMYK0.390.1900.44
HSL208.93º24.56%44.71%-
HSV(B)208.93º39.44%55.69%-
XYZ14.8516.1927.93-
YUV109.41146.39111.3-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.07%
GREEN value IS 115 (45.31% from 255) = 33.53%
BLUE value IS 142 (55.86% from 255) = 41.40%
R=25.07%
G=33.53%
B=41.40%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal861151420.390.1900.44208.9324.5644.71
Hex56738E271302Cd1192d
Octal12616321647230543213155
Binary10101101110011100011101001111001101011001101000111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56738E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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