Html Css Color HEX #537683 Blue Bayoux

📋 copy color: '#537683'

red 83 ◦ green 118 ◦ blue 131

#537683
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Bayoux #537683

Tints of Blue Bayoux #537683

RGB

 RED value IS 83 (32.81% from 255) = 25%

 GREEN value IS 118 (46.48% from 255) = 35.54%

 BLUE value IS 131 (51.56% from 255) = 39.46%

R = 25%
G = 35.54%
B = 39.46%

CMYK

 C value IS 0.37

 M value IS 0.10

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#537683 (or 0x537683) is known color: Blue Bayoux. HEX triplet: 53, 76 and 83. RGB value is (83,118,131). Sum of RGB (Red+Green+Blue) = 83+118+131=332 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25% from 332); Green value is 118 (46.48% from 255 or 35.54% from 332); Blue value is 131 (51.56% from 255 or 39.46% from 332); Max value from RGB is 131 - color contains mainly: blue. Hex color #537683 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537683 is #AC897C. Grayscale: #6C6C6C. Windows color (decimal): -11307389 or 8615507. OLE color: 8615507.

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

Color convert

RGB 83 118 131 -
CMYK 0.37 0.10 0 0.49
HSL 196.25º 0.22% 0.42% -
HSV(B) 196.25º 0.37% 0.51% -
XYZ 14.14 16.43 23.9 -
YUV 109.02 140.4 109.44 -
System Red Green Blue C M Y K H S L
Decimal 83 118 131 0.37 0.10 0 0.49 196.25 0.22 0.42
Hex 53 76 83 25 A 0 31 C4 16 2A
Octal 123 166 203 45 12 0 61 304 26 52
Binary 1010011 1110110 10000011 100101 1010 0 110001 11000100 10110 101010

Color Harmonies of #537683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537683

Black with #537683

Text Example


Text Example

White with #537683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537683; }

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

 H1.HeaderClassName
 {
   color: #537683;
 }
 .AnyTagClassName
 {
   color: #537683;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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