#557394

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

Shades of Kashmir Blue #557394

Tints of Kashmir Blue #557394

Color information

#557394 (or 0x557394) is unknown color: approx Kashmir Blue. HEX triplet: 55, 73 and 94. RGB value is (85,115,148). Sum of RGB (Red+Green+Blue) = 85+115+148=348 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.43% from 348); Green value is 115 (45.31% from 255 or 33.05% from 348); Blue value is 148 (58.20% from 255 or 42.53% from 348); Max value from RGB is 148 - color contains mainly: blue. Hex color #557394 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557394 is #AA8C6B. Grayscale: #6D6D6D. Windows color (decimal): -11177068 or 9728853. OLE color: 9728853.

HSL color Cylindrical-coordinate representation of color #557394: hue angle of 211.43º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #557394 is Cyan = 0.43, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB85115148-
CMYK0.430.2200.42
HSL211.43º27.04%45.69%-
HSV(B)211.43º42.57%58.04%-
XYZ15.2216.3330.37-
YUV109.79149.56110.32-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.43%
GREEN value IS 115 (45.31% from 255) = 33.05%
BLUE value IS 148 (58.20% from 255) = 42.53%
R=24.43%
G=33.05%
B=42.53%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal851151480.430.2200.42211.4327.0445.69
Hex5573942B1602Ad31b2e
Octal12516322453260523233356
Binary10101011110011100101001010111011001010101101001111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557394; }

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

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

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

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

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

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

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

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