Html Css Color HEX #537582 Blue Bayoux

📋 copy color: '#537582'

red 83 ◦ green 117 ◦ blue 130

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

Shades of Blue Bayoux #537582

Tints of Blue Bayoux #537582

RGB

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

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

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

R = 25.15%
G = 35.45%
B = 39.39%

CMYK

 C value IS 0.36

 M value IS 0.1

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#537582 (or 0x537582) is known color: Blue Bayoux. HEX triplet: 53, 75 and 82. RGB value is (83,117,130). Sum of RGB (Red+Green+Blue) = 83+117+130=330 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.15% from 330); Green value is 117 (46.09% from 255 or 35.45% from 330); Blue value is 130 (51.17% from 255 or 39.39% from 330); Max value from RGB is 130 - color contains mainly: blue. Hex color #537582 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537582 is #AC8A7D. Grayscale: #6C6C6C. Windows color (decimal): -11307646 or 8549715. OLE color: 8549715.

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

Color convert

RGB 83 117 130 -
CMYK 0.36 0.1 0 0.49
HSL 196.6º 0.22% 0.42% -
HSV(B) 196.6º 0.36% 0.51% -
XYZ 13.96 16.17 23.51 -
YUV 108.32 140.24 109.94 -
System Red Green Blue C M Y K H S L
Decimal 83 117 130 0.36 0.1 0 0.49 196.6 0.22 0.42
Hex 53 75 82 24 A 0 31 C5 16 2A
Octal 123 165 202 44 12 0 61 305 26 52
Binary 1010011 1110101 10000010 100100 1010 0 110001 11000101 10110 101010

Color Harmonies of #537582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537582

Black with #537582

Text Example


Text Example

White with #537582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537582; }

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

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

background-color css

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

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

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

border-color css

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

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

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