#547593

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

Shades of Kashmir Blue #547593

Tints of Kashmir Blue #547593

Color information

#547593 (or 0x547593) is unknown color: approx Kashmir Blue. HEX triplet: 54, 75 and 93. RGB value is (84,117,147). Sum of RGB (Red+Green+Blue) = 84+117+147=348 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24.14% from 348); Green value is 117 (46.09% from 255 or 33.62% from 348); Blue value is 147 (57.81% from 255 or 42.24% from 348); Max value from RGB is 147 - color contains mainly: blue. Hex color #547593 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547593 is #AB8A6C. Grayscale: #6E6E6E. Windows color (decimal): -11242093 or 9663828. OLE color: 9663828.

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

Color convert

RGB84117147-
CMYK0.430.2000.42
HSL208.57º27.27%45.29%-
HSV(B)208.57º42.86%57.65%-
XYZ15.2816.7130.02-
YUV110.55148.57109.06-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.14%
GREEN value IS 117 (46.09% from 255) = 33.62%
BLUE value IS 147 (57.81% from 255) = 42.24%
R=24.14%
G=33.62%
B=42.24%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal841171470.430.2000.42208.5727.2745.29
Hex5475932B1402Ad11b2d
Octal12416522353240523213355
Binary10101001110101100100111010111010001010101101000111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547593; }

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

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

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

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

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

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

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

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