Html Css Color HEX #537086 Wedgewood

📋 copy color: '#537086'

red 83 ◦ green 112 ◦ blue 134

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

Shades of Wedgewood #537086

Tints of Wedgewood #537086

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.04%

 BLUE value IS 134 (52.73% from 255) = 40.73%

R = 25.23%
G = 34.04%
B = 40.73%

CMYK

 C value IS 0.38

 M value IS 0.16

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#537086 (or 0x537086) is known color: Wedgewood. HEX triplet: 53, 70 and 86. RGB value is (83,112,134). Sum of RGB (Red+Green+Blue) = 83+112+134=329 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.23% from 329); Green value is 112 (44.14% from 255 or 34.04% from 329); Blue value is 134 (52.73% from 255 or 40.73% from 329); Max value from RGB is 134 - color contains mainly: blue. Hex color #537086 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537086 is #AC8F79. Grayscale: #696969. Windows color (decimal): -11308922 or 8810579. OLE color: 8810579.

HSL color Cylindrical-coordinate representation of color #537086: hue angle of 205.88º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #537086 is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 83 112 134 -
CMYK 0.38 0.16 0 0.47
HSL 205.88º 0.24% 0.43% -
HSV(B) 205.88º 0.38% 0.53% -
XYZ 13.66 15.15 24.76 -
YUV 105.84 143.89 111.71 -
System Red Green Blue C M Y K H S L
Decimal 83 112 134 0.38 0.16 0 0.47 205.88 0.24 0.43
Hex 53 70 86 26 10 0 2F CE 18 2B
Octal 123 160 206 46 20 0 57 316 30 53
Binary 1010011 1110000 10000110 100110 10000 0 101111 11001110 11000 101011

Color Harmonies of #537086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537086

Black with #537086

Text Example


Text Example

White with #537086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537086; }

 p { color: rgb(83,112,134); }

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

background-color css

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

 a { background-color: rgb(83,112,134); }

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

border-color css

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

 span { border-color: rgb(83,112,134); }

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