#547793

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

Shades of Kashmir Blue #547793

Tints of Kashmir Blue #547793

Color information

#547793 (or 0x547793) is unknown color: approx Kashmir Blue. HEX triplet: 54, 77 and 93. RGB value is (84,119,147). Sum of RGB (Red+Green+Blue) = 84+119+147=350 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24% from 350); Green value is 119 (46.88% from 255 or 34% from 350); Blue value is 147 (57.81% from 255 or 42% from 350); Max value from RGB is 147 - color contains mainly: blue. Hex color #547793 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547793 is #AB886C. Grayscale: #6F6F6F. Windows color (decimal): -11241581 or 9664340. OLE color: 9664340.

HSL color Cylindrical-coordinate representation of color #547793: hue angle of 206.67º degrees, saturation: 0.27, 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 #547793 is Cyan = 0.43, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB84119147-
CMYK0.430.1900.42
HSL206.67º27.27%45.29%-
HSV(B)206.67º42.86%57.65%-
XYZ15.5217.1930.1-
YUV111.73147.9108.22-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24%
GREEN value IS 119 (46.88% from 255) = 34%
BLUE value IS 147 (57.81% from 255) = 42%
R=24%
G=34%
B=42%

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
Decimal841191470.430.1900.42206.6727.2745.29
Hex5477932B1302Acf1b2d
Octal12416722353230523173355
Binary10101001110111100100111010111001101010101100111111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547793; }

 p { color: rgb(84,119,147); }

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

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

 a { background-color: rgb(84,119,147); }

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

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

 span { border-color: rgb(84,119,147); }

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