#557190

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

Shades of Kashmir Blue #557190

Tints of Kashmir Blue #557190

Color information

#557190 (or 0x557190) is unknown color: approx Kashmir Blue. HEX triplet: 55, 71 and 90. RGB value is (85,113,144). Sum of RGB (Red+Green+Blue) = 85+113+144=342 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.85% from 342); Green value is 113 (44.53% from 255 or 33.04% from 342); Blue value is 144 (56.64% from 255 or 42.11% from 342); Max value from RGB is 144 - color contains mainly: blue. Hex color #557190 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557190 is #AA8E6F. Grayscale: #6C6C6C. Windows color (decimal): -11177584 or 9466197. OLE color: 9466197.

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

Color convert

RGB85113144-
CMYK0.410.2200.44
HSL211.53º25.76%44.9%-
HSV(B)211.53º40.97%56.47%-
XYZ14.6915.7628.65-
YUV108.16148.22111.48-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.85%
GREEN value IS 113 (44.53% from 255) = 33.04%
BLUE value IS 144 (56.64% from 255) = 42.11%
R=24.85%
G=33.04%
B=42.11%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal851131440.410.2200.44211.5325.7644.9
Hex557190291602Cd41a2d
Octal12516122051260543243255
Binary10101011110001100100001010011011001011001101010011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557190; }

 p { color: rgb(85,113,144); }

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

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

 a { background-color: rgb(85,113,144); }

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

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

 span { border-color: rgb(85,113,144); }

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