#557593

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

Shades of Kashmir Blue #557593

Tints of Kashmir Blue #557593

Color information

#557593 (or 0x557593) is unknown color: approx Kashmir Blue. HEX triplet: 55, 75 and 93. RGB value is (85,117,147). Sum of RGB (Red+Green+Blue) = 85+117+147=349 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.36% from 349); Green value is 117 (46.09% from 255 or 33.52% from 349); Blue value is 147 (57.81% from 255 or 42.12% from 349); Max value from RGB is 147 - color contains mainly: blue. Hex color #557593 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557593 is #AA8A6C. Grayscale: #6E6E6E. Windows color (decimal): -11176557 or 9663829. OLE color: 9663829.

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

Color convert

RGB85117147-
CMYK0.420.2000.42
HSL209.03º26.72%45.49%-
HSV(B)209.03º42.18%57.65%-
XYZ15.3716.7630.03-
YUV110.85148.4109.56-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.36%
GREEN value IS 117 (46.09% from 255) = 33.52%
BLUE value IS 147 (57.81% from 255) = 42.12%
R=24.36%
G=33.52%
B=42.12%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal851171470.420.2000.42209.0326.7245.49
Hex5575932A1402Ad11b2d
Octal12516522352240523213355
Binary10101011110101100100111010101010001010101101000111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557593; }

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

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

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

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

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

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

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

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