#547291

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

Shades of Kashmir Blue #547291

Tints of Kashmir Blue #547291

Color information

#547291 (or 0x547291) is unknown color: approx Kashmir Blue. HEX triplet: 54, 72 and 91. RGB value is (84,114,145). Sum of RGB (Red+Green+Blue) = 84+114+145=343 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.49% from 343); Green value is 114 (44.92% from 255 or 33.24% from 343); Blue value is 145 (57.03% from 255 or 42.27% from 343); Max value from RGB is 145 - color contains mainly: blue. Hex color #547291 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547291 is #AB8D6E. Grayscale: #6C6C6C. Windows color (decimal): -11242863 or 9531988. OLE color: 9531988.

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

Color convert

RGB84114145-
CMYK0.420.2100.43
HSL210.49º26.64%44.9%-
HSV(B)210.49º42.07%56.86%-
XYZ14.7815.9629.09-
YUV108.56148.56110.48-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.49%
GREEN value IS 114 (44.92% from 255) = 33.24%
BLUE value IS 145 (57.03% from 255) = 42.27%
R=24.49%
G=33.24%
B=42.27%

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
Decimal841141450.420.2100.43210.4926.6444.9
Hex5472912A1502Bd21b2d
Octal12416222152250533223355
Binary10101001110010100100011010101010101010111101001011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547291; }

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

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

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

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

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

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

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

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