#557090

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

Shades of Kashmir Blue #557090

Tints of Kashmir Blue #557090

Color information

#557090 (or 0x557090) is unknown color: approx Kashmir Blue. HEX triplet: 55, 70 and 90. RGB value is (85,112,144). Sum of RGB (Red+Green+Blue) = 85+112+144=341 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.93% from 341); Green value is 112 (44.14% from 255 or 32.84% from 341); Blue value is 144 (56.64% from 255 or 42.23% from 341); Max value from RGB is 144 - color contains mainly: blue. Hex color #557090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557090 is #AA8F6F. Grayscale: #6B6B6B. Windows color (decimal): -11177840 or 9465941. OLE color: 9465941.

HSL color Cylindrical-coordinate representation of color #557090: hue angle of 212.54º 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 #557090 is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB85112144-
CMYK0.410.2200.44
HSL212.54º25.76%44.9%-
HSV(B)212.54º40.97%56.47%-
XYZ14.5715.5328.62-
YUV107.57148.55111.9-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.93%
GREEN value IS 112 (44.14% from 255) = 32.84%
BLUE value IS 144 (56.64% from 255) = 42.23%
R=24.93%
G=32.84%
B=42.23%

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
Decimal851121440.410.2200.44212.5425.7644.9
Hex557090291602Cd51a2d
Octal12516022051260543253255
Binary10101011110000100100001010011011001011001101010111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557090; }

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

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

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

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

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

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

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

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