#556183

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

Shades of Kashmir Blue #556183

Tints of Kashmir Blue #556183

Color information

#556183 (or 0x556183) is unknown color: approx Kashmir Blue. HEX triplet: 55, 61 and 83. RGB value is (85,97,131). Sum of RGB (Red+Green+Blue) = 85+97+131=313 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.16% from 313); Green value is 97 (38.28% from 255 or 30.99% from 313); Blue value is 131 (51.56% from 255 or 41.85% from 313); Max value from RGB is 131 - color contains mainly: blue. Hex color #556183 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556183 is #AA9E7C. Grayscale: #616161. Windows color (decimal): -11181693 or 8610133. OLE color: 8610133.

HSL color Cylindrical-coordinate representation of color #556183: hue angle of 224.35º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #556183 is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8597131-
CMYK0.350.2600.49
HSL224.35º21.3%42.35%-
HSV(B)224.35º35.11%51.37%-
XYZ12.1212.1223.17-
YUV97.29147.02119.24-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.16%
GREEN value IS 97 (38.28% from 255) = 30.99%
BLUE value IS 131 (51.56% from 255) = 41.85%
R=27.16%
G=30.99%
B=41.85%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal85971310.350.2600.49224.3521.342.35
Hex556183231A031e0152a
Octal12514120343320613402552
Binary10101011100001100000111000111101001100011110000010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556183; }

 p { color: rgb(85,97,131); }

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

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

 a { background-color: rgb(85,97,131); }

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

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

 span { border-color: rgb(85,97,131); }

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