Html Css Color HEX #537682 Blue Bayoux

📋 copy color: '#537682'

red 83 ◦ green 118 ◦ blue 130

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

Shades of Blue Bayoux #537682

Tints of Blue Bayoux #537682

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.65%

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

R = 25.08%
G = 35.65%
B = 39.27%

CMYK

 C value IS 0.36

 M value IS 0.09

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#537682 (or 0x537682) is known color: Blue Bayoux. HEX triplet: 53, 76 and 82. RGB value is (83,118,130). Sum of RGB (Red+Green+Blue) = 83+118+130=331 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.08% from 331); Green value is 118 (46.48% from 255 or 35.65% from 331); Blue value is 130 (51.17% from 255 or 39.27% from 331); Max value from RGB is 130 - color contains mainly: blue. Hex color #537682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537682 is #AC897D. Grayscale: #6C6C6C. Windows color (decimal): -11307390 or 8549971. OLE color: 8549971.

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

Color convert

RGB 83 118 130 -
CMYK 0.36 0.09 0 0.49
HSL 195.32º 0.22% 0.42% -
HSV(B) 195.32º 0.36% 0.51% -
XYZ 14.07 16.41 23.54 -
YUV 108.9 139.9 109.52 -
System Red Green Blue C M Y K H S L
Decimal 83 118 130 0.36 0.09 0 0.49 195.32 0.22 0.42
Hex 53 76 82 24 9 0 31 C3 16 2A
Octal 123 166 202 44 11 0 61 303 26 52
Binary 1010011 1110110 10000010 100100 1001 0 110001 11000011 10110 101010

Color Harmonies of #537682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537682

Black with #537682

Text Example


Text Example

White with #537682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537682; }

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

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

background-color css

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

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

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

border-color css

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

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

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