Html Css Color HEX #537A86 Blue Bayoux

📋 copy color: '#537A86'

red 83 ◦ green 122 ◦ blue 134

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

Shades of Blue Bayoux #537A86

Tints of Blue Bayoux #537A86

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.99%

 BLUE value IS 134 (52.73% from 255) = 39.53%

R = 24.48%
G = 35.99%
B = 39.53%

CMYK

 C value IS 0.38

 M value IS 0.09

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#537A86 (or 0x537A86) is known color: Blue Bayoux. HEX triplet: 53, 7A and 86. RGB value is (83,122,134). Sum of RGB (Red+Green+Blue) = 83+122+134=339 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.48% from 339); Green value is 122 (48.05% from 255 or 35.99% from 339); Blue value is 134 (52.73% from 255 or 39.53% from 339); Max value from RGB is 134 - color contains mainly: blue. Hex color #537A86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537A86 is #AC8579. Grayscale: #6F6F6F. Windows color (decimal): -11306362 or 8813139. OLE color: 8813139.

HSL color Cylindrical-coordinate representation of color #537A86: hue angle of 194.12º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #537A86 is Cyan = 0.38, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 83 122 134 -
CMYK 0.38 0.09 0 0.47
HSL 194.12º 0.24% 0.43% -
HSV(B) 194.12º 0.38% 0.53% -
XYZ 14.83 17.48 25.15 -
YUV 111.71 140.58 107.52 -
System Red Green Blue C M Y K H S L
Decimal 83 122 134 0.38 0.09 0 0.47 194.12 0.24 0.43
Hex 53 7A 86 26 9 0 2F C2 18 2B
Octal 123 172 206 46 11 0 57 302 30 53
Binary 1010011 1111010 10000110 100110 1001 0 101111 11000010 11000 101011

Color Harmonies of #537A86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537A86

Black with #537A86

Text Example


Text Example

White with #537A86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537A86; }

 p { color: rgb(83,122,134); }

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

background-color css

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

 a { background-color: rgb(83,122,134); }

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

border-color css

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

 span { border-color: rgb(83,122,134); }

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