#547592

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

Shades of Kashmir Blue #547592

Tints of Kashmir Blue #547592

Color information

#547592 (or 0x547592) is unknown color: approx Kashmir Blue. HEX triplet: 54, 75 and 92. RGB value is (84,117,146). Sum of RGB (Red+Green+Blue) = 84+117+146=347 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.21% from 347); Green value is 117 (46.09% from 255 or 33.72% from 347); Blue value is 146 (57.42% from 255 or 42.07% from 347); Max value from RGB is 146 - color contains mainly: blue. Hex color #547592 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547592 is #AB8A6D. Grayscale: #6E6E6E. Windows color (decimal): -11242094 or 9598292. OLE color: 9598292.

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

Color convert

RGB84117146-
CMYK0.420.2000.43
HSL208.06º26.96%45.1%-
HSV(B)208.06º42.47%57.25%-
XYZ15.2116.6829.61-
YUV110.44148.07109.14-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.21%
GREEN value IS 117 (46.09% from 255) = 33.72%
BLUE value IS 146 (57.42% from 255) = 42.07%
R=24.21%
G=33.72%
B=42.07%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal841171460.420.2000.43208.0626.9645.1
Hex5475922A1402Bd01b2d
Octal12416522252240533203355
Binary10101001110101100100101010101010001010111101000011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547592; }

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

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

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

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

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

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

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

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