#537984

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

Shades of Blue Bayoux #537984

Tints of Blue Bayoux #537984

Color information

#537984 (or 0x537984) is unknown color: approx Blue Bayoux. HEX triplet: 53, 79 and 84. RGB value is (83,121,132). Sum of RGB (Red+Green+Blue) = 83+121+132=336 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.70% from 336); Green value is 121 (47.66% from 255 or 36.01% from 336); Blue value is 132 (51.95% from 255 or 39.29% from 336); Max value from RGB is 132 - color contains mainly: blue. Hex color #537984 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537984 is #AC867B. Grayscale: #6E6E6E. Windows color (decimal): -11306620 or 8681811. OLE color: 8681811.

HSL color Cylindrical-coordinate representation of color #537984: hue angle of 193.47º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #537984 is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB83121132-
CMYK0.370.0800.48
HSL193.47º22.79%42.16%-
HSV(B)193.47º37.12%51.76%-
XYZ14.5717.1824.38-
YUV110.89139.91108.11-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.70%
GREEN value IS 121 (47.66% from 255) = 36.01%
BLUE value IS 132 (51.95% from 255) = 39.29%
R=24.70%
G=36.01%
B=39.29%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal831211320.370.0800.48193.4722.7942.16
Hex537984258030c1172a
Octal12317120445100603012752
Binary1010011111100110000100100101100001100001100000110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537984; }

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

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

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

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

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

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

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

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