Html Css Color HEX #537884 Blue Bayoux

📋 copy color: '#537884'

red 83 ◦ green 120 ◦ blue 132

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

Shades of Blue Bayoux #537884

Tints of Blue Bayoux #537884

RGB

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

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

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

R = 24.78%
G = 35.82%
B = 39.4%

CMYK

 C value IS 0.37

 M value IS 0.09

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#537884 (or 0x537884) is known color: Blue Bayoux. HEX triplet: 53, 78 and 84. RGB value is (83,120,132). Sum of RGB (Red+Green+Blue) = 83+120+132=335 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.78% from 335); Green value is 120 (47.27% from 255 or 35.82% from 335); Blue value is 132 (51.95% from 255 or 39.40% from 335); Max value from RGB is 132 - color contains mainly: blue. Hex color #537884 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537884 is #AC877B. Grayscale: #6E6E6E. Windows color (decimal): -11306876 or 8681555. OLE color: 8681555.

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

Color convert

RGB 83 120 132 -
CMYK 0.37 0.09 0 0.48
HSL 194.69º 0.23% 0.42% -
HSV(B) 194.69º 0.37% 0.52% -
XYZ 14.45 16.94 24.34 -
YUV 110.31 140.24 108.52 -
System Red Green Blue C M Y K H S L
Decimal 83 120 132 0.37 0.09 0 0.48 194.69 0.23 0.42
Hex 53 78 84 25 9 0 30 C3 17 2A
Octal 123 170 204 45 11 0 60 303 27 52
Binary 1010011 1111000 10000100 100101 1001 0 110000 11000011 10111 101010

Color Harmonies of #537884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537884

Black with #537884

Text Example


Text Example

White with #537884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537884; }

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

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

background-color css

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

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

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

border-color css

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

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

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