Html Css Color HEX #537982 Blue Bayoux

📋 copy color: '#537982'

red 83 ◦ green 121 ◦ blue 130

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

Shades of Blue Bayoux #537982

Tints of Blue Bayoux #537982

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.23%

 BLUE value IS 130 (51.17% from 255) = 38.92%

R = 24.85%
G = 36.23%
B = 38.92%

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

#537982 (or 0x537982) is known color: Blue Bayoux. HEX triplet: 53, 79 and 82. RGB value is (83,121,130). Sum of RGB (Red+Green+Blue) = 83+121+130=334 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.85% from 334); Green value is 121 (47.66% from 255 or 36.23% from 334); Blue value is 130 (51.17% from 255 or 38.92% from 334); Max value from RGB is 130 - color contains mainly: blue. Hex color #537982 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537982 is #AC867D. Grayscale: #6E6E6E. Windows color (decimal): -11306622 or 8550739. OLE color: 8550739.

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

Color convert

RGB 83 121 130 -
CMYK 0.36 0.07 0 0.49
HSL 191.49º 0.22% 0.42% -
HSV(B) 191.49º 0.36% 0.51% -
XYZ 14.43 17.13 23.66 -
YUV 110.66 138.91 108.27 -
System Red Green Blue C M Y K H S L
Decimal 83 121 130 0.36 0.07 0 0.49 191.49 0.22 0.42
Hex 53 79 82 24 7 0 31 BF 16 2A
Octal 123 171 202 44 7 0 61 277 26 52
Binary 1010011 1111001 10000010 100100 111 0 110001 10111111 10110 101010

Color Harmonies of #537982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537982

Black with #537982

Text Example


Text Example

White with #537982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537982; }

 p { color: rgb(83,121,130); }

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

background-color css

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

 a { background-color: rgb(83,121,130); }

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

border-color css

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

 span { border-color: rgb(83,121,130); }

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