#547495

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

Shades of Kashmir Blue #547495

Tints of Kashmir Blue #547495

Color information

#547495 (or 0x547495) is unknown color: approx Kashmir Blue. HEX triplet: 54, 74 and 95. RGB value is (84,116,149). Sum of RGB (Red+Green+Blue) = 84+116+149=349 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24.07% from 349); Green value is 116 (45.70% from 255 or 33.24% from 349); Blue value is 149 (58.59% from 255 or 42.69% from 349); Max value from RGB is 149 - color contains mainly: blue. Hex color #547495 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547495 is #AB8B6A. Grayscale: #6E6E6E. Windows color (decimal): -11242347 or 9794644. OLE color: 9794644.

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

Color convert

RGB84116149-
CMYK0.440.2200.42
HSL210.46º27.9%45.69%-
HSV(B)210.46º43.62%58.43%-
XYZ15.3316.5530.82-
YUV110.19149.9109.32-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.07%
GREEN value IS 116 (45.70% from 255) = 33.24%
BLUE value IS 149 (58.59% from 255) = 42.69%
R=24.07%
G=33.24%
B=42.69%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal841161490.440.2200.42210.4627.945.69
Hex5474952C1602Ad21c2e
Octal12416422554260523223456
Binary10101001110100100101011011001011001010101101001011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547495; }

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

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

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

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

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

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

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

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