#547392

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

Shades of Kashmir Blue #547392

Tints of Kashmir Blue #547392

Color information

#547392 (or 0x547392) is unknown color: approx Kashmir Blue. HEX triplet: 54, 73 and 92. RGB value is (84,115,146). Sum of RGB (Red+Green+Blue) = 84+115+146=345 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.35% from 345); Green value is 115 (45.31% from 255 or 33.33% from 345); Blue value is 146 (57.42% from 255 or 42.32% from 345); Max value from RGB is 146 - color contains mainly: blue. Hex color #547392 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547392 is #AB8C6D. Grayscale: #6D6D6D. Windows color (decimal): -11242606 or 9597780. OLE color: 9597780.

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

Color convert

RGB84115146-
CMYK0.420.2100.43
HSL210º26.96%45.1%-
HSV(B)210º42.47%57.25%-
XYZ14.9816.2229.54-
YUV109.26148.73109.98-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.35%
GREEN value IS 115 (45.31% from 255) = 33.33%
BLUE value IS 146 (57.42% from 255) = 42.32%
R=24.35%
G=33.33%
B=42.32%

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
Decimal841151460.420.2100.4321026.9645.1
Hex5473922A1502Bd21b2d
Octal12416322252250533223355
Binary10101001110011100100101010101010101010111101001011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547392; }

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

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

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

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

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

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

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

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