#56698E

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

Shades of Kashmir Blue #56698E

Tints of Kashmir Blue #56698E

Color information

#56698E (or 0x56698E) is unknown color: approx Kashmir Blue. HEX triplet: 56, 69 and 8E. RGB value is (86,105,142). Sum of RGB (Red+Green+Blue) = 86+105+142=333 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.83% from 333); Green value is 105 (41.41% from 255 or 31.53% from 333); Blue value is 142 (55.86% from 255 or 42.64% from 333); Max value from RGB is 142 - color contains mainly: blue. Hex color #56698E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56698E is #A99671. Grayscale: #676767. Windows color (decimal): -11114098 or 9333078. OLE color: 9333078.

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

Color convert

RGB86105142-
CMYK0.390.2600.44
HSL219.64º24.56%44.71%-
HSV(B)219.64º39.44%55.69%-
XYZ13.7714.0327.57-
YUV103.54149.71115.49-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.83%
GREEN value IS 105 (41.41% from 255) = 31.53%
BLUE value IS 142 (55.86% from 255) = 42.64%
R=25.83%
G=31.53%
B=42.64%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal861051420.390.2600.44219.6424.5644.71
Hex56698E271A02Cdc192d
Octal12615121647320543343155
Binary10101101101001100011101001111101001011001101110011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56698E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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