#556684

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

Shades of Kashmir Blue #556684

Tints of Kashmir Blue #556684

Color information

#556684 (or 0x556684) is unknown color: approx Kashmir Blue. HEX triplet: 55, 66 and 84. RGB value is (85,102,132). Sum of RGB (Red+Green+Blue) = 85+102+132=319 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.65% from 319); Green value is 102 (40.23% from 255 or 31.97% from 319); Blue value is 132 (51.95% from 255 or 41.38% from 319); Max value from RGB is 132 - color contains mainly: blue. Hex color #556684 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556684 is #AA997B. Grayscale: #646464. Windows color (decimal): -11180412 or 8676949. OLE color: 8676949.

HSL color Cylindrical-coordinate representation of color #556684: hue angle of 218.3º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #556684 is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB85102132-
CMYK0.360.2300.48
HSL218.3º21.66%42.55%-
HSV(B)218.3º35.61%51.76%-
XYZ12.6613.123.69-
YUV100.34145.87117.06-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.65%
GREEN value IS 102 (40.23% from 255) = 31.97%
BLUE value IS 132 (51.95% from 255) = 41.38%
R=26.65%
G=31.97%
B=41.38%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal851021320.360.2300.48218.321.6642.55
Hex5566842417030da162b
Octal12514620444270603322653
Binary10101011100110100001001001001011101100001101101010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556684; }

 p { color: rgb(85,102,132); }

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

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

 a { background-color: rgb(85,102,132); }

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

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

 span { border-color: rgb(85,102,132); }

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