#547095

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

Shades of Kashmir Blue #547095

Tints of Kashmir Blue #547095

Color information

#547095 (or 0x547095) is unknown color: approx Kashmir Blue. HEX triplet: 54, 70 and 95. RGB value is (84,112,149). Sum of RGB (Red+Green+Blue) = 84+112+149=345 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.35% from 345); Green value is 112 (44.14% from 255 or 32.46% from 345); Blue value is 149 (58.59% from 255 or 43.19% from 345); Max value from RGB is 149 - color contains mainly: blue. Hex color #547095 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547095 is #AB8F6A. Grayscale: #6B6B6B. Windows color (decimal): -11243371 or 9793620. OLE color: 9793620.

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

Color convert

RGB84112149-
CMYK0.440.2500.42
HSL214.15º27.9%45.69%-
HSV(B)214.15º43.62%58.43%-
XYZ14.8815.6430.67-
YUV107.85151.22110.99-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.35%
GREEN value IS 112 (44.14% from 255) = 32.46%
BLUE value IS 149 (58.59% from 255) = 43.19%
R=24.35%
G=32.46%
B=43.19%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal841121490.440.2500.42214.1527.945.69
Hex5470952C1902Ad61c2e
Octal12416022554310523263456
Binary10101001110000100101011011001100101010101101011011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547095; }

 p { color: rgb(84,112,149); }

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

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

 a { background-color: rgb(84,112,149); }

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

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

 span { border-color: rgb(84,112,149); }

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