#556685

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

Shades of Kashmir Blue #556685

Tints of Kashmir Blue #556685

Color information

#556685 (or 0x556685) is unknown color: approx Kashmir Blue. HEX triplet: 55, 66 and 85. RGB value is (85,102,133). Sum of RGB (Red+Green+Blue) = 85+102+133=320 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.56% from 320); Green value is 102 (40.23% from 255 or 31.88% from 320); Blue value is 133 (52.34% from 255 or 41.56% from 320); Max value from RGB is 133 - color contains mainly: blue. Hex color #556685 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556685 is #AA997A. Grayscale: #646464. Windows color (decimal): -11180411 or 8742485. OLE color: 8742485.

HSL color Cylindrical-coordinate representation of color #556685: hue angle of 218.75º 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 #556685 is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB85102133-
CMYK0.360.2300.48
HSL218.75º22.02%42.75%-
HSV(B)218.75º36.09%52.16%-
XYZ12.7313.1324.05-
YUV100.45146.37116.98-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.56%
GREEN value IS 102 (40.23% from 255) = 31.88%
BLUE value IS 133 (52.34% from 255) = 41.56%
R=26.56%
G=31.88%
B=41.56%

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
Decimal851021330.360.2300.48218.7522.0242.75
Hex5566852417030db162b
Octal12514620544270603332653
Binary10101011100110100001011001001011101100001101101110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556685; }

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

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

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

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

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

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

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

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