Html Css Color HEX #537584 Blue Bayoux

📋 copy color: '#537584'

red 83 ◦ green 117 ◦ blue 132

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

Shades of Blue Bayoux #537584

Tints of Blue Bayoux #537584

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.24%

 BLUE value IS 132 (51.95% from 255) = 39.76%

R = 25%
G = 35.24%
B = 39.76%

CMYK

 C value IS 0.37

 M value IS 0.11

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#537584 (or 0x537584) is known color: Blue Bayoux. HEX triplet: 53, 75 and 84. RGB value is (83,117,132). Sum of RGB (Red+Green+Blue) = 83+117+132=332 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25% from 332); Green value is 117 (46.09% from 255 or 35.24% from 332); Blue value is 132 (51.95% from 255 or 39.76% from 332); Max value from RGB is 132 - color contains mainly: blue. Hex color #537584 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537584 is #AC8A7B. Grayscale: #6C6C6C. Windows color (decimal): -11307644 or 8680787. OLE color: 8680787.

HSL color Cylindrical-coordinate representation of color #537584: hue angle of 198.37º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #537584 is Cyan = 0.37, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 83 117 132 -
CMYK 0.37 0.11 0 0.48
HSL 198.37º 0.23% 0.42% -
HSV(B) 198.37º 0.37% 0.52% -
XYZ 14.09 16.23 24.22 -
YUV 108.54 141.24 109.78 -
System Red Green Blue C M Y K H S L
Decimal 83 117 132 0.37 0.11 0 0.48 198.37 0.23 0.42
Hex 53 75 84 25 B 0 30 C6 17 2A
Octal 123 165 204 45 13 0 60 306 27 52
Binary 1010011 1110101 10000100 100101 1011 0 110000 11000110 10111 101010

Color Harmonies of #537584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537584

Black with #537584

Text Example


Text Example

White with #537584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537584; }

 p { color: rgb(83,117,132); }

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

background-color css

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

 a { background-color: rgb(83,117,132); }

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

border-color css

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

 span { border-color: rgb(83,117,132); }

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