#547692

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

Shades of Kashmir Blue #547692

Tints of Kashmir Blue #547692

Color information

#547692 (or 0x547692) is unknown color: approx Kashmir Blue. HEX triplet: 54, 76 and 92. RGB value is (84,118,146). Sum of RGB (Red+Green+Blue) = 84+118+146=348 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24.14% from 348); Green value is 118 (46.48% from 255 or 33.91% from 348); Blue value is 146 (57.42% from 255 or 41.95% from 348); Max value from RGB is 146 - color contains mainly: blue. Hex color #547692 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547692 is #AB896D. Grayscale: #6E6E6E. Windows color (decimal): -11241838 or 9598548. OLE color: 9598548.

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

Color convert

RGB84118146-
CMYK0.420.1900.43
HSL207.1º26.96%45.1%-
HSV(B)207.1º42.47%57.25%-
XYZ15.3216.9229.65-
YUV111.03147.74108.72-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.14%
GREEN value IS 118 (46.48% from 255) = 33.91%
BLUE value IS 146 (57.42% from 255) = 41.95%
R=24.14%
G=33.91%
B=41.95%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal841181460.420.1900.43207.126.9645.1
Hex5476922A1302Bcf1b2d
Octal12416622252230533173355
Binary10101001110110100100101010101001101010111100111111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547692; }

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

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

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

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

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

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

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

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