#547292

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

Shades of Kashmir Blue #547292

Tints of Kashmir Blue #547292

Color information

#547292 (or 0x547292) is unknown color: approx Kashmir Blue. HEX triplet: 54, 72 and 92. RGB value is (84,114,146). Sum of RGB (Red+Green+Blue) = 84+114+146=344 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.42% from 344); Green value is 114 (44.92% from 255 or 33.14% from 344); Blue value is 146 (57.42% from 255 or 42.44% from 344); Max value from RGB is 146 - color contains mainly: blue. Hex color #547292 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547292 is #AB8D6D. Grayscale: #6C6C6C. Windows color (decimal): -11242862 or 9597524. OLE color: 9597524.

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

Color convert

RGB84114146-
CMYK0.420.2200.43
HSL210.97º26.96%45.1%-
HSV(B)210.97º42.47%57.25%-
XYZ14.8615.9929.5-
YUV108.68149.06110.4-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.42%
GREEN value IS 114 (44.92% from 255) = 33.14%
BLUE value IS 146 (57.42% from 255) = 42.44%
R=24.42%
G=33.14%
B=42.44%

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
Decimal841141460.420.2200.43210.9726.9645.1
Hex5472922A1602Bd31b2d
Octal12416222252260533233355
Binary10101001110010100100101010101011001010111101001111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547292; }

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

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

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

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

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

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

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

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