#556085

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

Shades of Kashmir Blue #556085

Tints of Kashmir Blue #556085

Color information

#556085 (or 0x556085) is unknown color: approx Kashmir Blue. HEX triplet: 55, 60 and 85. RGB value is (85,96,133). Sum of RGB (Red+Green+Blue) = 85+96+133=314 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.07% from 314); Green value is 96 (37.89% from 255 or 30.57% from 314); Blue value is 133 (52.34% from 255 or 42.36% from 314); Max value from RGB is 133 - color contains mainly: blue. Hex color #556085 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556085 is #AA9F7A. Grayscale: #606060. Windows color (decimal): -11181947 or 8740949. OLE color: 8740949.

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

Color convert

RGB8596133-
CMYK0.360.2800.48
HSL226.25º22.02%42.75%-
HSV(B)226.25º36.09%52.16%-
XYZ12.1611.9923.86-
YUV96.93148.36119.49-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.07%
GREEN value IS 96 (37.89% from 255) = 30.57%
BLUE value IS 133 (52.34% from 255) = 42.36%
R=27.07%
G=30.57%
B=42.36%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal85961330.360.2800.48226.2522.0242.75
Hex556085241C030e2162b
Octal12514020544340603422653
Binary10101011100000100001011001001110001100001110001010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556085; }

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

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

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

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

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

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

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

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