#557491

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

Shades of Kashmir Blue #557491

Tints of Kashmir Blue #557491

Color information

#557491 (or 0x557491) is unknown color: approx Kashmir Blue. HEX triplet: 55, 74 and 91. RGB value is (85,116,145). Sum of RGB (Red+Green+Blue) = 85+116+145=346 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.57% from 346); Green value is 116 (45.70% from 255 or 33.53% from 346); Blue value is 145 (57.03% from 255 or 41.91% from 346); Max value from RGB is 145 - color contains mainly: blue. Hex color #557491 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557491 is #AA8B6E. Grayscale: #6D6D6D. Windows color (decimal): -11176815 or 9532501. OLE color: 9532501.

HSL color Cylindrical-coordinate representation of color #557491: hue angle of 209º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #557491 is Cyan = 0.41, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB85116145-
CMYK0.410.200.43
HSL209º26.09%45.1%-
HSV(B)209º41.38%56.86%-
XYZ15.116.4729.17-
YUV110.04147.73110.14-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.57%
GREEN value IS 116 (45.70% from 255) = 33.53%
BLUE value IS 145 (57.03% from 255) = 41.91%
R=24.57%
G=33.53%
B=41.91%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal851161450.410.200.4320926.0945.1
Hex557491291402Bd11a2d
Octal12516422151240533213255
Binary10101011110100100100011010011010001010111101000111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557491; }

 p { color: rgb(85,116,145); }

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

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

 a { background-color: rgb(85,116,145); }

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

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

 span { border-color: rgb(85,116,145); }

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