#547693

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

Shades of Kashmir Blue #547693

Tints of Kashmir Blue #547693

Color information

#547693 (or 0x547693) is unknown color: approx Kashmir Blue. HEX triplet: 54, 76 and 93. RGB value is (84,118,147). Sum of RGB (Red+Green+Blue) = 84+118+147=349 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24.07% from 349); Green value is 118 (46.48% from 255 or 33.81% from 349); Blue value is 147 (57.81% from 255 or 42.12% from 349); Max value from RGB is 147 - color contains mainly: blue. Hex color #547693 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547693 is #AB896C. Grayscale: #6E6E6E. Windows color (decimal): -11241837 or 9664084. OLE color: 9664084.

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

Color convert

RGB84118147-
CMYK0.430.2000.42
HSL207.62º27.27%45.29%-
HSV(B)207.62º42.86%57.65%-
XYZ15.416.9530.06-
YUV111.14148.24108.64-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.07%
GREEN value IS 118 (46.48% from 255) = 33.81%
BLUE value IS 147 (57.81% from 255) = 42.12%
R=24.07%
G=33.81%
B=42.12%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal841181470.430.2000.42207.6227.2745.29
Hex5476932B1402Ad01b2d
Octal12416622353240523203355
Binary10101001110110100100111010111010001010101101000011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547693; }

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

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

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

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

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

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

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

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