#557093

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

Shades of Kashmir Blue #557093

Tints of Kashmir Blue #557093

Color information

#557093 (or 0x557093) is unknown color: approx Kashmir Blue. HEX triplet: 55, 70 and 93. RGB value is (85,112,147). Sum of RGB (Red+Green+Blue) = 85+112+147=344 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.71% from 344); Green value is 112 (44.14% from 255 or 32.56% from 344); Blue value is 147 (57.81% from 255 or 42.73% from 344); Max value from RGB is 147 - color contains mainly: blue. Hex color #557093 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557093 is #AA8F6C. Grayscale: #6B6B6B. Windows color (decimal): -11177837 or 9662549. OLE color: 9662549.

HSL color Cylindrical-coordinate representation of color #557093: hue angle of 213.87º 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 #557093 is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB85112147-
CMYK0.420.2400.42
HSL213.87º26.72%45.49%-
HSV(B)213.87º42.18%57.65%-
XYZ14.8115.6329.84-
YUV107.92150.05111.65-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.71%
GREEN value IS 112 (44.14% from 255) = 32.56%
BLUE value IS 147 (57.81% from 255) = 42.73%
R=24.71%
G=32.56%
B=42.73%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal851121470.420.2400.42213.8726.7245.49
Hex5570932A1802Ad61b2d
Octal12516022352300523263355
Binary10101011110000100100111010101100001010101101011011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557093; }

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

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

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

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

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

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

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

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