#547190

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

Shades of Kashmir Blue #547190

Tints of Kashmir Blue #547190

Color information

#547190 (or 0x547190) is unknown color: approx Kashmir Blue. HEX triplet: 54, 71 and 90. RGB value is (84,113,144). Sum of RGB (Red+Green+Blue) = 84+113+144=341 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.63% from 341); Green value is 113 (44.53% from 255 or 33.14% from 341); Blue value is 144 (56.64% from 255 or 42.23% from 341); Max value from RGB is 144 - color contains mainly: blue. Hex color #547190 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547190 is #AB8E6F. Grayscale: #6B6B6B. Windows color (decimal): -11243120 or 9466196. OLE color: 9466196.

HSL color Cylindrical-coordinate representation of color #547190: hue angle of 211º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #547190 is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB84113144-
CMYK0.420.2200.44
HSL211º26.32%44.71%-
HSV(B)211º41.67%56.47%-
XYZ14.615.7128.65-
YUV107.86148.39110.98-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.63%
GREEN value IS 113 (44.53% from 255) = 33.14%
BLUE value IS 144 (56.64% from 255) = 42.23%
R=24.63%
G=33.14%
B=42.23%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal841131440.420.2200.4421126.3244.71
Hex5471902A1602Cd31a2d
Octal12416122052260543233255
Binary10101001110001100100001010101011001011001101001111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547190; }

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

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

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

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

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

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

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

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