Html Css Color HEX #537581 Blue Bayoux

📋 copy color: '#537581'

red 83 ◦ green 117 ◦ blue 129

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

Shades of Blue Bayoux #537581

Tints of Blue Bayoux #537581

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 39.21%

R = 25.23%
G = 35.56%
B = 39.21%

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

#537581 (or 0x537581) is known color: Blue Bayoux. HEX triplet: 53, 75 and 81. RGB value is (83,117,129). Sum of RGB (Red+Green+Blue) = 83+117+129=329 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.23% from 329); Green value is 117 (46.09% from 255 or 35.56% from 329); Blue value is 129 (50.78% from 255 or 39.21% from 329); Max value from RGB is 129 - color contains mainly: blue. Hex color #537581 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537581 is #AC8A7E. Grayscale: #6C6C6C. Windows color (decimal): -11307647 or 8484179. OLE color: 8484179.

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

Color convert

RGB 83 117 129 -
CMYK 0.36 0.09 0 0.49
HSL 195.65º 0.22% 0.42% -
HSV(B) 195.65º 0.36% 0.51% -
XYZ 13.89 16.15 23.15 -
YUV 108.2 139.74 110.02 -
System Red Green Blue C M Y K H S L
Decimal 83 117 129 0.36 0.09 0 0.49 195.65 0.22 0.42
Hex 53 75 81 24 9 0 31 C4 16 2A
Octal 123 165 201 44 11 0 61 304 26 52
Binary 1010011 1110101 10000001 100100 1001 0 110001 11000100 10110 101010

Color Harmonies of #537581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537581

Black with #537581

Text Example


Text Example

White with #537581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537581; }

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

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

background-color css

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

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

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

border-color css

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

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

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