#537582

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

Shades of Blue Bayoux #537582

Tints of Blue Bayoux #537582

Color information

#537582 (or 0x537582) is unknown color: approx Blue Bayoux. HEX triplet: 53, 75 and 82. RGB value is (83,117,130). Sum of RGB (Red+Green+Blue) = 83+117+130=330 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.15% from 330); Green value is 117 (46.09% from 255 or 35.45% from 330); Blue value is 130 (51.17% from 255 or 39.39% from 330); Max value from RGB is 130 - color contains mainly: blue. Hex color #537582 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537582 is #AC8A7D. Grayscale: #6C6C6C. Windows color (decimal): -11307646 or 8549715. OLE color: 8549715.

HSL color Cylindrical-coordinate representation of color #537582: hue angle of 196.6º 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 #537582 is Cyan = 0.36, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB83117130-
CMYK0.360.100.49
HSL196.6º22.07%41.76%-
HSV(B)196.6º36.15%50.98%-
XYZ13.9616.1723.51-
YUV108.32140.24109.94-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.15%
GREEN value IS 117 (46.09% from 255) = 35.45%
BLUE value IS 130 (51.17% from 255) = 39.39%
R=25.15%
G=35.45%
B=39.39%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal831171300.360.100.49196.622.0741.76
Hex53758224A031c5162a
Octal12316520244120613052652
Binary1010011111010110000010100100101001100011100010110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537582; }

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

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

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

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

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

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

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

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