Html Css Color HEX #537685 Blue Bayoux

📋 copy color: '#537685'

red 83 ◦ green 118 ◦ blue 133

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

Shades of Blue Bayoux #537685

Tints of Blue Bayoux #537685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 39.82%

R = 24.85%
G = 35.33%
B = 39.82%

CMYK

 C value IS 0.38

 M value IS 0.11

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#537685 (or 0x537685) is known color: Blue Bayoux. HEX triplet: 53, 76 and 85. RGB value is (83,118,133). Sum of RGB (Red+Green+Blue) = 83+118+133=334 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.85% from 334); Green value is 118 (46.48% from 255 or 35.33% from 334); Blue value is 133 (52.34% from 255 or 39.82% from 334); Max value from RGB is 133 - color contains mainly: blue. Hex color #537685 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537685 is #AC897A. Grayscale: #6D6D6D. Windows color (decimal): -11307387 or 8746579. OLE color: 8746579.

HSL color Cylindrical-coordinate representation of color #537685: hue angle of 198º 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 #537685 is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 83 118 133 -
CMYK 0.38 0.11 0 0.48
HSL 198º 0.23% 0.42% -
HSV(B) 198º 0.38% 0.52% -
XYZ 14.28 16.49 24.62 -
YUV 109.25 141.4 109.28 -
System Red Green Blue C M Y K H S L
Decimal 83 118 133 0.38 0.11 0 0.48 198 0.23 0.42
Hex 53 76 85 26 B 0 30 C6 17 2A
Octal 123 166 205 46 13 0 60 306 27 52
Binary 1010011 1110110 10000101 100110 1011 0 110000 11000110 10111 101010

Color Harmonies of #537685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537685

Black with #537685

Text Example


Text Example

White with #537685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537685; }

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

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

background-color css

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

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

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

border-color css

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

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

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