Html Css Color HEX #537881 Blue Bayoux

📋 copy color: '#537881'

red 83 ◦ green 120 ◦ blue 129

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

Shades of Blue Bayoux #537881

Tints of Blue Bayoux #537881

RGB

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

 GREEN value IS 120 (47.27% from 255) = 36.14%

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

R = 25%
G = 36.14%
B = 38.86%

CMYK

 C value IS 0.36

 M value IS 0.07

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#537881 (or 0x537881) is known color: Blue Bayoux. HEX triplet: 53, 78 and 81. RGB value is (83,120,129). Sum of RGB (Red+Green+Blue) = 83+120+129=332 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25% from 332); Green value is 120 (47.27% from 255 or 36.14% from 332); Blue value is 129 (50.78% from 255 or 38.86% from 332); Max value from RGB is 129 - color contains mainly: blue. Hex color #537881 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537881 is #AC877E. Grayscale: #6D6D6D. Windows color (decimal): -11306879 or 8484947. OLE color: 8484947.

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

Color convert

RGB 83 120 129 -
CMYK 0.36 0.07 0 0.49
HSL 191.74º 0.22% 0.42% -
HSV(B) 191.74º 0.36% 0.51% -
XYZ 14.25 16.86 23.27 -
YUV 109.96 138.74 108.77 -
System Red Green Blue C M Y K H S L
Decimal 83 120 129 0.36 0.07 0 0.49 191.74 0.22 0.42
Hex 53 78 81 24 7 0 31 C0 16 2A
Octal 123 170 201 44 7 0 61 300 26 52
Binary 1010011 1111000 10000001 100100 111 0 110001 11000000 10110 101010

Color Harmonies of #537881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537881

Black with #537881

Text Example


Text Example

White with #537881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537881; }

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

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

background-color css

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

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

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

border-color css

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

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

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