Html Css Color HEX #537781 Blue Bayoux

📋 copy color: '#537781'

red 83 ◦ green 119 ◦ blue 129

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

Shades of Blue Bayoux #537781

Tints of Blue Bayoux #537781

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 38.97%

R = 25.08%
G = 35.95%
B = 38.97%

CMYK

 C value IS 0.36

 M value IS 0.08

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#537781 (or 0x537781) is known color: Blue Bayoux. HEX triplet: 53, 77 and 81. RGB value is (83,119,129). Sum of RGB (Red+Green+Blue) = 83+119+129=331 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.08% from 331); Green value is 119 (46.88% from 255 or 35.95% from 331); Blue value is 129 (50.78% from 255 or 38.97% from 331); Max value from RGB is 129 - color contains mainly: blue. Hex color #537781 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537781 is #AC887E. Grayscale: #6D6D6D. Windows color (decimal): -11307135 or 8484691. OLE color: 8484691.

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

Color convert

RGB 83 119 129 -
CMYK 0.36 0.08 0 0.49
HSL 193.04º 0.22% 0.42% -
HSV(B) 193.04º 0.36% 0.51% -
XYZ 14.13 16.62 23.23 -
YUV 109.38 139.07 109.19 -
System Red Green Blue C M Y K H S L
Decimal 83 119 129 0.36 0.08 0 0.49 193.04 0.22 0.42
Hex 53 77 81 24 8 0 31 C1 16 2A
Octal 123 167 201 44 10 0 61 301 26 52
Binary 1010011 1110111 10000001 100100 1000 0 110001 11000001 10110 101010

Color Harmonies of #537781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537781

Black with #537781

Text Example


Text Example

White with #537781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537781; }

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

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

background-color css

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

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

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

border-color css

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

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

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