#56678D

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

Shades of Kashmir Blue #56678D

Tints of Kashmir Blue #56678D

Color information

#56678D (or 0x56678D) is unknown color: approx Kashmir Blue. HEX triplet: 56, 67 and 8D. RGB value is (86,103,141). Sum of RGB (Red+Green+Blue) = 86+103+141=330 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.06% from 330); Green value is 103 (40.62% from 255 or 31.21% from 330); Blue value is 141 (55.47% from 255 or 42.73% from 330); Max value from RGB is 141 - color contains mainly: blue. Hex color #56678D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56678D is #A99872. Grayscale: #666666. Windows color (decimal): -11114611 or 9267030. OLE color: 9267030.

HSL color Cylindrical-coordinate representation of color #56678D: hue angle of 221.45º 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 #56678D is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB86103141-
CMYK0.390.2700.45
HSL221.45º24.23%44.51%-
HSV(B)221.45º39.01%55.29%-
XYZ13.513.627.11-
YUV102.25149.87116.41-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.06%
GREEN value IS 103 (40.62% from 255) = 31.21%
BLUE value IS 141 (55.47% from 255) = 42.73%
R=26.06%
G=31.21%
B=42.73%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal861031410.390.2700.45221.4524.2344.51
Hex56678D271B02Ddd182d
Octal12614721547330553353055
Binary10101101100111100011011001111101101011011101110111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56678D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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