#547595

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

Shades of Kashmir Blue #547595

Tints of Kashmir Blue #547595

Color information

#547595 (or 0x547595) is unknown color: approx Kashmir Blue. HEX triplet: 54, 75 and 95. RGB value is (84,117,149). Sum of RGB (Red+Green+Blue) = 84+117+149=350 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24% from 350); Green value is 117 (46.09% from 255 or 33.43% from 350); Blue value is 149 (58.59% from 255 or 42.57% from 350); Max value from RGB is 149 - color contains mainly: blue. Hex color #547595 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547595 is #AB8A6A. Grayscale: #6E6E6E. Windows color (decimal): -11242091 or 9794900. OLE color: 9794900.

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

Color convert

RGB84117149-
CMYK0.440.2100.42
HSL209.54º27.9%45.69%-
HSV(B)209.54º43.62%58.43%-
XYZ15.4416.7830.86-
YUV110.78149.57108.9-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24%
GREEN value IS 117 (46.09% from 255) = 33.43%
BLUE value IS 149 (58.59% from 255) = 42.57%
R=24%
G=33.43%
B=42.57%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal841171490.440.2100.42209.5427.945.69
Hex5475952C1502Ad21c2e
Octal12416522554250523223456
Binary10101001110101100101011011001010101010101101001011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547595; }

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

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

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

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

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

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

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

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