Html Css Color HEX #537880 Blue Bayoux

📋 copy color: '#537880'

red 83 ◦ green 120 ◦ blue 128

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

Shades of Blue Bayoux #537880

Tints of Blue Bayoux #537880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 38.67%

R = 25.08%
G = 36.25%
B = 38.67%

CMYK

 C value IS 0.35

 M value IS 0.06

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#537880 (or 0x537880) is known color: Blue Bayoux. HEX triplet: 53, 78 and 80. RGB value is (83,120,128). Sum of RGB (Red+Green+Blue) = 83+120+128=331 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.08% from 331); Green value is 120 (47.27% from 255 or 36.25% from 331); Blue value is 128 (50.39% from 255 or 38.67% from 331); Max value from RGB is 128 - color contains mainly: blue. Hex color #537880 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537880 is #AC877F. Grayscale: #6D6D6D. Windows color (decimal): -11306880 or 8419411. OLE color: 8419411.

HSL color Cylindrical-coordinate representation of color #537880: hue angle of 190.67º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #537880 is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 83 120 128 -
CMYK 0.35 0.06 0 0.50
HSL 190.67º 0.21% 0.41% -
HSV(B) 190.67º 0.35% 0.5% -
XYZ 14.18 16.83 22.92 -
YUV 109.85 138.24 108.85 -
System Red Green Blue C M Y K H S L
Decimal 83 120 128 0.35 0.06 0 0.50 190.67 0.21 0.41
Hex 53 78 80 23 6 0 32 BF 15 29
Octal 123 170 200 43 6 0 62 277 25 51
Binary 1010011 1111000 10000000 100011 110 0 110010 10111111 10101 101001

Color Harmonies of #537880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537880

Black with #537880

Text Example


Text Example

White with #537880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537880; }

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

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

background-color css

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

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

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

border-color css

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

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

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