#547894

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

Shades of Kashmir Blue #547894

Tints of Kashmir Blue #547894

Color information

#547894 (or 0x547894) is unknown color: approx Kashmir Blue. HEX triplet: 54, 78 and 94. RGB value is (84,120,148). Sum of RGB (Red+Green+Blue) = 84+120+148=352 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.86% from 352); Green value is 120 (47.27% from 255 or 34.09% from 352); Blue value is 148 (58.20% from 255 or 42.05% from 352); Max value from RGB is 148 - color contains mainly: blue. Hex color #547894 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547894 is #AB876B. Grayscale: #707070. Windows color (decimal): -11241324 or 9730132. OLE color: 9730132.

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

Color convert

RGB84120148-
CMYK0.430.1900.42
HSL206.25º27.59%45.49%-
HSV(B)206.25º43.24%58.04%-
XYZ15.7217.4630.56-
YUV112.43148.07107.72-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.86%
GREEN value IS 120 (47.27% from 255) = 34.09%
BLUE value IS 148 (58.20% from 255) = 42.05%
R=23.86%
G=34.09%
B=42.05%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal841201480.430.1900.42206.2527.5945.49
Hex5478942B1302Ace1c2d
Octal12417022453230523163455
Binary10101001111000100101001010111001101010101100111011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547894; }

 p { color: rgb(84,120,148); }

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

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

 a { background-color: rgb(84,120,148); }

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

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

 span { border-color: rgb(84,120,148); }

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