#537883

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

Shades of Blue Bayoux #537883

Tints of Blue Bayoux #537883

Color information

#537883 (or 0x537883) is unknown color: approx Blue Bayoux. HEX triplet: 53, 78 and 83. RGB value is (83,120,131). Sum of RGB (Red+Green+Blue) = 83+120+131=334 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.85% from 334); Green value is 120 (47.27% from 255 or 35.93% from 334); Blue value is 131 (51.56% from 255 or 39.22% from 334); Max value from RGB is 131 - color contains mainly: blue. Hex color #537883 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537883 is #AC877C. Grayscale: #6E6E6E. Windows color (decimal): -11306877 or 8616019. OLE color: 8616019.

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

Color convert

RGB83120131-
CMYK0.370.0800.49
HSL193.75º22.43%41.96%-
HSV(B)193.75º36.64%51.37%-
XYZ14.3816.9123.98-
YUV110.19139.74108.61-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.85%
GREEN value IS 120 (47.27% from 255) = 35.93%
BLUE value IS 131 (51.56% from 255) = 39.22%
R=24.85%
G=35.93%
B=39.22%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal831201310.370.0800.49193.7522.4341.96
Hex537883258031c2162a
Octal12317020345100613022652
Binary1010011111100010000011100101100001100011100001010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537883; }

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

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

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

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

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

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

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

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