#557592

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

Shades of Kashmir Blue #557592

Tints of Kashmir Blue #557592

Color information

#557592 (or 0x557592) is unknown color: approx Kashmir Blue. HEX triplet: 55, 75 and 92. RGB value is (85,117,146). Sum of RGB (Red+Green+Blue) = 85+117+146=348 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.43% from 348); Green value is 117 (46.09% from 255 or 33.62% from 348); Blue value is 146 (57.42% from 255 or 41.95% from 348); Max value from RGB is 146 - color contains mainly: blue. Hex color #557592 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557592 is #AA8A6D. Grayscale: #6E6E6E. Windows color (decimal): -11176558 or 9598293. OLE color: 9598293.

HSL color Cylindrical-coordinate representation of color #557592: hue angle of 208.52º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #557592 is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB85117146-
CMYK0.420.2000.43
HSL208.52º26.41%45.29%-
HSV(B)208.52º41.78%57.25%-
XYZ15.316.7329.62-
YUV110.74147.9109.64-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.43%
GREEN value IS 117 (46.09% from 255) = 33.62%
BLUE value IS 146 (57.42% from 255) = 41.95%
R=24.43%
G=33.62%
B=41.95%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal851171460.420.2000.43208.5226.4145.29
Hex5575922A1402Bd11a2d
Octal12516522252240533213255
Binary10101011110101100100101010101010001010111101000111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557592; }

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

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

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

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

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

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

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

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