Html Css Color HEX #537785 Blue Bayoux

📋 copy color: '#537785'

red 83 ◦ green 119 ◦ blue 133

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

Shades of Blue Bayoux #537785

Tints of Blue Bayoux #537785

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.52%

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

R = 24.78%
G = 35.52%
B = 39.7%

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

#537785 (or 0x537785) is known color: Blue Bayoux. HEX triplet: 53, 77 and 85. RGB value is (83,119,133). Sum of RGB (Red+Green+Blue) = 83+119+133=335 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.78% from 335); Green value is 119 (46.88% from 255 or 35.52% from 335); Blue value is 133 (52.34% from 255 or 39.70% from 335); Max value from RGB is 133 - color contains mainly: blue. Hex color #537785 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537785 is #AC887A. Grayscale: #6D6D6D. Windows color (decimal): -11307131 or 8746835. OLE color: 8746835.

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

Color convert

RGB 83 119 133 -
CMYK 0.38 0.11 0 0.48
HSL 196.8º 0.23% 0.42% -
HSV(B) 196.8º 0.38% 0.52% -
XYZ 14.4 16.73 24.66 -
YUV 109.83 141.07 108.86 -
System Red Green Blue C M Y K H S L
Decimal 83 119 133 0.38 0.11 0 0.48 196.8 0.23 0.42
Hex 53 77 85 26 B 0 30 C5 17 2A
Octal 123 167 205 46 13 0 60 305 27 52
Binary 1010011 1110111 10000101 100110 1011 0 110000 11000101 10111 101010

Color Harmonies of #537785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537785

Black with #537785

Text Example


Text Example

White with #537785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537785; }

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

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

background-color css

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

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

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

border-color css

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

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

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