#537885

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

Shades of Blue Bayoux #537885

Tints of Blue Bayoux #537885

Color information

#537885 (or 0x537885) is unknown color: approx Blue Bayoux. HEX triplet: 53, 78 and 85. RGB value is (83,120,133). Sum of RGB (Red+Green+Blue) = 83+120+133=336 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.70% from 336); Green value is 120 (47.27% from 255 or 35.71% from 336); Blue value is 133 (52.34% from 255 or 39.58% from 336); Max value from RGB is 133 - color contains mainly: blue. Hex color #537885 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537885 is #AC877A. Grayscale: #6E6E6E. Windows color (decimal): -11306875 or 8747091. OLE color: 8747091.

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

Color convert

RGB83120133-
CMYK0.380.1000.48
HSL195.6º23.15%42.35%-
HSV(B)195.6º37.59%52.16%-
XYZ14.5216.9724.7-
YUV110.42140.74108.44-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.70%
GREEN value IS 120 (47.27% from 255) = 35.71%
BLUE value IS 133 (52.34% from 255) = 39.58%
R=24.70%
G=35.71%
B=39.58%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal831201330.380.1000.48195.623.1542.35
Hex53788526A030c4172a
Octal12317020546120603042752
Binary1010011111100010000101100110101001100001100010010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537885; }

 p { color: rgb(83,120,133); }

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

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

 a { background-color: rgb(83,120,133); }

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

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

 span { border-color: rgb(83,120,133); }

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