#557793

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

Shades of Kashmir Blue #557793

Tints of Kashmir Blue #557793

Color information

#557793 (or 0x557793) is unknown color: approx Kashmir Blue. HEX triplet: 55, 77 and 93. RGB value is (85,119,147). Sum of RGB (Red+Green+Blue) = 85+119+147=351 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.22% from 351); Green value is 119 (46.88% from 255 or 33.90% from 351); Blue value is 147 (57.81% from 255 or 41.88% from 351); Max value from RGB is 147 - color contains mainly: blue. Hex color #557793 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557793 is #AA886C. Grayscale: #6F6F6F. Windows color (decimal): -11176045 or 9664341. OLE color: 9664341.

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

Color convert

RGB85119147-
CMYK0.420.1900.42
HSL207.1º26.72%45.49%-
HSV(B)207.1º42.18%57.65%-
XYZ15.6117.2330.11-
YUV112.03147.74108.72-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.22%
GREEN value IS 119 (46.88% from 255) = 33.90%
BLUE value IS 147 (57.81% from 255) = 41.88%
R=24.22%
G=33.90%
B=41.88%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal851191470.420.1900.42207.126.7245.49
Hex5577932A1302Acf1b2d
Octal12516722352230523173355
Binary10101011110111100100111010101001101010101100111111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557793; }

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

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

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

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

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

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

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

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