#537982

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

Shades of Blue Bayoux #537982

Tints of Blue Bayoux #537982

Color information

#537982 (or 0x537982) is unknown color: approx Blue Bayoux. HEX triplet: 53, 79 and 82. RGB value is (83,121,130). Sum of RGB (Red+Green+Blue) = 83+121+130=334 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.85% from 334); Green value is 121 (47.66% from 255 or 36.23% from 334); Blue value is 130 (51.17% from 255 or 38.92% from 334); Max value from RGB is 130 - color contains mainly: blue. Hex color #537982 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537982 is #AC867D. Grayscale: #6E6E6E. Windows color (decimal): -11306622 or 8550739. OLE color: 8550739.

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

Color convert

RGB83121130-
CMYK0.360.0700.49
HSL191.49º22.07%41.76%-
HSV(B)191.49º36.15%50.98%-
XYZ14.4317.1323.66-
YUV110.66138.91108.27-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.85%
GREEN value IS 121 (47.66% from 255) = 36.23%
BLUE value IS 130 (51.17% from 255) = 38.92%
R=24.85%
G=36.23%
B=38.92%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal831211300.360.0700.49191.4922.0741.76
Hex537982247031bf162a
Octal1231712024470612772652
Binary101001111110011000001010010011101100011011111110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537982; }

 p { color: rgb(83,121,130); }

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

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

 a { background-color: rgb(83,121,130); }

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

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

 span { border-color: rgb(83,121,130); }

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