#547196

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

Shades of Kashmir Blue #547196

Tints of Kashmir Blue #547196

Color information

#547196 (or 0x547196) is unknown color: approx Kashmir Blue. HEX triplet: 54, 71 and 96. RGB value is (84,113,150). Sum of RGB (Red+Green+Blue) = 84+113+150=347 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.21% from 347); Green value is 113 (44.53% from 255 or 32.56% from 347); Blue value is 150 (58.98% from 255 or 43.23% from 347); Max value from RGB is 150 - color contains mainly: blue. Hex color #547196 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547196 is #AB8E69. Grayscale: #6C6C6C. Windows color (decimal): -11243114 or 9859412. OLE color: 9859412.

HSL color Cylindrical-coordinate representation of color #547196: hue angle of 213.64º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #547196 is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB84113150-
CMYK0.440.2500.41
HSL213.64º28.21%45.88%-
HSV(B)213.64º44%58.82%-
XYZ15.0715.931.13-
YUV108.55151.39110.49-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.21%
GREEN value IS 113 (44.53% from 255) = 32.56%
BLUE value IS 150 (58.98% from 255) = 43.23%
R=24.21%
G=32.56%
B=43.23%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal841131500.440.2500.41213.6428.2145.88
Hex5471962C19029d61c2e
Octal12416122654310513263456
Binary10101001110001100101101011001100101010011101011011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547196; }

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

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

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

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

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

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

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

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