#547393

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

Shades of Kashmir Blue #547393

Tints of Kashmir Blue #547393

Color information

#547393 (or 0x547393) is unknown color: approx Kashmir Blue. HEX triplet: 54, 73 and 93. RGB value is (84,115,147). Sum of RGB (Red+Green+Blue) = 84+115+147=346 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.28% from 346); Green value is 115 (45.31% from 255 or 33.24% from 346); Blue value is 147 (57.81% from 255 or 42.49% from 346); Max value from RGB is 147 - color contains mainly: blue. Hex color #547393 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547393 is #AB8C6C. Grayscale: #6D6D6D. Windows color (decimal): -11242605 or 9663316. OLE color: 9663316.

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

Color convert

RGB84115147-
CMYK0.430.2200.42
HSL210.48º27.27%45.29%-
HSV(B)210.48º42.86%57.65%-
XYZ15.0516.2529.95-
YUV109.38149.23109.9-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.28%
GREEN value IS 115 (45.31% from 255) = 33.24%
BLUE value IS 147 (57.81% from 255) = 42.49%
R=24.28%
G=33.24%
B=42.49%

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
Decimal841151470.430.2200.42210.4827.2745.29
Hex5473932B1602Ad21b2d
Octal12416322353260523223355
Binary10101001110011100100111010111011001010101101001011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547393; }

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

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

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

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

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

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

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

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