#547682

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

Shades of Blue Bayoux #547682

Tints of Blue Bayoux #547682

Color information

#547682 (or 0x547682) is unknown color: approx Blue Bayoux. HEX triplet: 54, 76 and 82. RGB value is (84,118,130). Sum of RGB (Red+Green+Blue) = 84+118+130=332 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.30% from 332); Green value is 118 (46.48% from 255 or 35.54% from 332); Blue value is 130 (51.17% from 255 or 39.16% from 332); Max value from RGB is 130 - color contains mainly: blue. Hex color #547682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547682 is #AB897D. Grayscale: #6D6D6D. Windows color (decimal): -11241854 or 8549972. OLE color: 8549972.

HSL color Cylindrical-coordinate representation of color #547682: hue angle of 195.65º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #547682 is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB84118130-
CMYK0.350.0900.49
HSL195.65º21.5%41.96%-
HSV(B)195.65º35.38%50.98%-
XYZ14.1616.4523.55-
YUV109.2139.74110.02-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.30%
GREEN value IS 118 (46.48% from 255) = 35.54%
BLUE value IS 130 (51.17% from 255) = 39.16%
R=25.30%
G=35.54%
B=39.16%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal841181300.350.0900.49195.6521.541.96
Hex547682239031c4152a
Octal12416620243110613042552
Binary1010100111011010000010100011100101100011100010010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547682; }

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

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

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

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

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

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

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

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