#547191

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

Shades of Kashmir Blue #547191

Tints of Kashmir Blue #547191

Color information

#547191 (or 0x547191) is unknown color: approx Kashmir Blue. HEX triplet: 54, 71 and 91. RGB value is (84,113,145). Sum of RGB (Red+Green+Blue) = 84+113+145=342 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.56% from 342); Green value is 113 (44.53% from 255 or 33.04% from 342); Blue value is 145 (57.03% from 255 or 42.40% from 342); Max value from RGB is 145 - color contains mainly: blue. Hex color #547191 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547191 is #AB8E6E. Grayscale: #6B6B6B. Windows color (decimal): -11243119 or 9531732. OLE color: 9531732.

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

Color convert

RGB84113145-
CMYK0.420.2200.43
HSL211.48º26.64%44.9%-
HSV(B)211.48º42.07%56.86%-
XYZ14.6715.7429.05-
YUV107.98148.89110.9-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.56%
GREEN value IS 113 (44.53% from 255) = 33.04%
BLUE value IS 145 (57.03% from 255) = 42.40%
R=24.56%
G=33.04%
B=42.40%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal841131450.420.2200.43211.4826.6444.9
Hex5471912A1602Bd31b2d
Octal12416122152260533233355
Binary10101001110001100100011010101011001010111101001111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547191; }

 p { color: rgb(84,113,145); }

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

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

 a { background-color: rgb(84,113,145); }

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

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

 span { border-color: rgb(84,113,145); }

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