#557392

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

Shades of Kashmir Blue #557392

Tints of Kashmir Blue #557392

Color information

#557392 (or 0x557392) is unknown color: approx Kashmir Blue. HEX triplet: 55, 73 and 92. RGB value is (85,115,146). Sum of RGB (Red+Green+Blue) = 85+115+146=346 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.57% from 346); Green value is 115 (45.31% from 255 or 33.24% from 346); Blue value is 146 (57.42% from 255 or 42.20% from 346); Max value from RGB is 146 - color contains mainly: blue. Hex color #557392 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557392 is #AA8C6D. Grayscale: #6D6D6D. Windows color (decimal): -11177070 or 9597781. OLE color: 9597781.

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

Color convert

RGB85115146-
CMYK0.420.2100.43
HSL210.49º26.41%45.29%-
HSV(B)210.49º41.78%57.25%-
XYZ15.0716.2729.54-
YUV109.56148.56110.48-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.57%
GREEN value IS 115 (45.31% from 255) = 33.24%
BLUE value IS 146 (57.42% from 255) = 42.20%
R=24.57%
G=33.24%
B=42.20%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal851151460.420.2100.43210.4926.4145.29
Hex5573922A1502Bd21a2d
Octal12516322252250533223255
Binary10101011110011100100101010101010101010111101001011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557392; }

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

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

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

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

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

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

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

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