#547293

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

Shades of Kashmir Blue #547293

Tints of Kashmir Blue #547293

Color information

#547293 (or 0x547293) is unknown color: approx Kashmir Blue. HEX triplet: 54, 72 and 93. RGB value is (84,114,147). Sum of RGB (Red+Green+Blue) = 84+114+147=345 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.35% from 345); Green value is 114 (44.92% from 255 or 33.04% from 345); Blue value is 147 (57.81% from 255 or 42.61% from 345); Max value from RGB is 147 - color contains mainly: blue. Hex color #547293 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547293 is #AB8D6C. Grayscale: #6C6C6C. Windows color (decimal): -11242861 or 9663060. OLE color: 9663060.

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

Color convert

RGB84114147-
CMYK0.430.2200.42
HSL211.43º27.27%45.29%-
HSV(B)211.43º42.86%57.65%-
XYZ14.9416.0329.91-
YUV108.79149.56110.32-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.35%
GREEN value IS 114 (44.92% from 255) = 33.04%
BLUE value IS 147 (57.81% from 255) = 42.61%
R=24.35%
G=33.04%
B=42.61%

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
Decimal841141470.430.2200.42211.4327.2745.29
Hex5472932B1602Ad31b2d
Octal12416222353260523233355
Binary10101001110010100100111010111011001010101101001111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547293; }

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

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

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

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

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

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

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

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