#547691

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

Shades of Kashmir Blue #547691

Tints of Kashmir Blue #547691

Color information

#547691 (or 0x547691) is unknown color: approx Kashmir Blue. HEX triplet: 54, 76 and 91. RGB value is (84,118,145). Sum of RGB (Red+Green+Blue) = 84+118+145=347 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.21% from 347); Green value is 118 (46.48% from 255 or 34.01% from 347); Blue value is 145 (57.03% from 255 or 41.79% from 347); Max value from RGB is 145 - color contains mainly: blue. Hex color #547691 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547691 is #AB896E. Grayscale: #6E6E6E. Windows color (decimal): -11241839 or 9533012. OLE color: 9533012.

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

Color convert

RGB84118145-
CMYK0.420.1900.43
HSL206.56º26.64%44.9%-
HSV(B)206.56º42.07%56.86%-
XYZ15.2516.8929.24-
YUV110.91147.24108.8-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.21%
GREEN value IS 118 (46.48% from 255) = 34.01%
BLUE value IS 145 (57.03% from 255) = 41.79%
R=24.21%
G=34.01%
B=41.79%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal841181450.420.1900.43206.5626.6444.9
Hex5476912A1302Bcf1b2d
Octal12416622152230533173355
Binary10101001110110100100011010101001101010111100111111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547691; }

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

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

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

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

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

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

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

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