#56698D

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

Shades of Kashmir Blue #56698D

Tints of Kashmir Blue #56698D

Color information

#56698D (or 0x56698D) is unknown color: approx Kashmir Blue. HEX triplet: 56, 69 and 8D. RGB value is (86,105,141). Sum of RGB (Red+Green+Blue) = 86+105+141=332 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.90% from 332); Green value is 105 (41.41% from 255 or 31.63% from 332); Blue value is 141 (55.47% from 255 or 42.47% from 332); Max value from RGB is 141 - color contains mainly: blue. Hex color #56698D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56698D is #A99672. Grayscale: #676767. Windows color (decimal): -11114099 or 9267542. OLE color: 9267542.

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

Color convert

RGB86105141-
CMYK0.390.2600.45
HSL219.27º24.23%44.51%-
HSV(B)219.27º39.01%55.29%-
XYZ13.71427.18-
YUV103.42149.21115.57-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.90%
GREEN value IS 105 (41.41% from 255) = 31.63%
BLUE value IS 141 (55.47% from 255) = 42.47%
R=25.90%
G=31.63%
B=42.47%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal861051410.390.2600.45219.2724.2344.51
Hex56698D271A02Ddb182d
Octal12615121547320553333055
Binary10101101101001100011011001111101001011011101101111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56698D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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