Html Css Color HEX #537586 Wedgewood

📋 copy color: '#537586'

red 83 ◦ green 117 ◦ blue 134

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

Shades of Wedgewood #537586

Tints of Wedgewood #537586

RGB

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

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

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

R = 24.85%
G = 35.03%
B = 40.12%

CMYK

 C value IS 0.38

 M value IS 0.13

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#537586 (or 0x537586) is known color: Wedgewood. HEX triplet: 53, 75 and 86. RGB value is (83,117,134). Sum of RGB (Red+Green+Blue) = 83+117+134=334 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.85% from 334); Green value is 117 (46.09% from 255 or 35.03% from 334); Blue value is 134 (52.73% from 255 or 40.12% from 334); Max value from RGB is 134 - color contains mainly: blue. Hex color #537586 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537586 is #AC8A79. Grayscale: #6C6C6C. Windows color (decimal): -11307642 or 8811859. OLE color: 8811859.

HSL color Cylindrical-coordinate representation of color #537586: hue angle of 200º 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 #537586 is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 83 117 134 -
CMYK 0.38 0.13 0 0.47
HSL 200º 0.24% 0.43% -
HSV(B) 200º 0.38% 0.53% -
XYZ 14.23 16.28 24.95 -
YUV 108.77 142.24 109.62 -
System Red Green Blue C M Y K H S L
Decimal 83 117 134 0.38 0.13 0 0.47 200 0.24 0.43
Hex 53 75 86 26 D 0 2F C8 18 2B
Octal 123 165 206 46 15 0 57 310 30 53
Binary 1010011 1110101 10000110 100110 1101 0 101111 11001000 11000 101011

Color Harmonies of #537586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537586

Black with #537586

Text Example


Text Example

White with #537586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537586; }

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

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

background-color css

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

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

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

border-color css

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

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

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