#557293

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

Shades of Kashmir Blue #557293

Tints of Kashmir Blue #557293

Color information

#557293 (or 0x557293) is unknown color: approx Kashmir Blue. HEX triplet: 55, 72 and 93. RGB value is (85,114,147). Sum of RGB (Red+Green+Blue) = 85+114+147=346 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.57% from 346); Green value is 114 (44.92% from 255 or 32.95% from 346); Blue value is 147 (57.81% from 255 or 42.49% from 346); Max value from RGB is 147 - color contains mainly: blue. Hex color #557293 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557293 is #AA8D6C. Grayscale: #6C6C6C. Windows color (decimal): -11177325 or 9663061. OLE color: 9663061.

HSL color Cylindrical-coordinate representation of color #557293: hue angle of 211.94º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #557293 is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB85114147-
CMYK0.420.2200.42
HSL211.94º26.72%45.49%-
HSV(B)211.94º42.18%57.65%-
XYZ15.0316.0729.91-
YUV109.09149.39110.82-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.57%
GREEN value IS 114 (44.92% from 255) = 32.95%
BLUE value IS 147 (57.81% from 255) = 42.49%
R=24.57%
G=32.95%
B=42.49%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal851141470.420.2200.42211.9426.7245.49
Hex5572932A1602Ad41b2d
Octal12516222352260523243355
Binary10101011110010100100111010101011001010101101010011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557293; }

 p { color: rgb(85,114,147); }

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

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

 a { background-color: rgb(85,114,147); }

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

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

 span { border-color: rgb(85,114,147); }

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