#547195

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

Shades of Kashmir Blue #547195

Tints of Kashmir Blue #547195

Color information

#547195 (or 0x547195) is unknown color: approx Kashmir Blue. HEX triplet: 54, 71 and 95. RGB value is (84,113,149). Sum of RGB (Red+Green+Blue) = 84+113+149=346 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.28% from 346); Green value is 113 (44.53% from 255 or 32.66% from 346); Blue value is 149 (58.59% from 255 or 43.06% from 346); Max value from RGB is 149 - color contains mainly: blue. Hex color #547195 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547195 is #AB8E6A. Grayscale: #6C6C6C. Windows color (decimal): -11243115 or 9793876. OLE color: 9793876.

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

Color convert

RGB84113149-
CMYK0.440.2400.42
HSL213.23º27.9%45.69%-
HSV(B)213.23º43.62%58.43%-
XYZ14.9915.8630.71-
YUV108.43150.89110.57-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.28%
GREEN value IS 113 (44.53% from 255) = 32.66%
BLUE value IS 149 (58.59% from 255) = 43.06%
R=24.28%
G=32.66%
B=43.06%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal841131490.440.2400.42213.2327.945.69
Hex5471952C1802Ad51c2e
Octal12416122554300523253456
Binary10101001110001100101011011001100001010101101010111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547195; }

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

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

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

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

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

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

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

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