#547193

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

Shades of Kashmir Blue #547193

Tints of Kashmir Blue #547193

Color information

#547193 (or 0x547193) is unknown color: approx Kashmir Blue. HEX triplet: 54, 71 and 93. RGB value is (84,113,147). Sum of RGB (Red+Green+Blue) = 84+113+147=344 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.42% from 344); Green value is 113 (44.53% from 255 or 32.85% from 344); Blue value is 147 (57.81% from 255 or 42.73% from 344); Max value from RGB is 147 - color contains mainly: blue. Hex color #547193 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547193 is #AB8E6C. Grayscale: #6C6C6C. Windows color (decimal): -11243117 or 9662804. OLE color: 9662804.

HSL color Cylindrical-coordinate representation of color #547193: hue angle of 212.38º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #547193 is Cyan = 0.43, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB84113147-
CMYK0.430.2300.42
HSL212.38º27.27%45.29%-
HSV(B)212.38º42.86%57.65%-
XYZ14.8315.829.87-
YUV108.2149.89110.74-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.42%
GREEN value IS 113 (44.53% from 255) = 32.85%
BLUE value IS 147 (57.81% from 255) = 42.73%
R=24.42%
G=32.85%
B=42.73%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal841131470.430.2300.42212.3827.2745.29
Hex5471932B1702Ad41b2d
Octal12416122353270523243355
Binary10101001110001100100111010111011101010101101010011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547193; }

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

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

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

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

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

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

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

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