Html Css Color HEX #537183 Wedgewood

📋 copy color: '#537183'

red 83 ◦ green 113 ◦ blue 131

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

Shades of Wedgewood #537183

Tints of Wedgewood #537183

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.56%

 BLUE value IS 131 (51.56% from 255) = 40.06%

R = 25.38%
G = 34.56%
B = 40.06%

CMYK

 C value IS 0.37

 M value IS 0.14

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#537183 (or 0x537183) is known color: Wedgewood. HEX triplet: 53, 71 and 83. RGB value is (83,113,131). Sum of RGB (Red+Green+Blue) = 83+113+131=327 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.38% from 327); Green value is 113 (44.53% from 255 or 34.56% from 327); Blue value is 131 (51.56% from 255 or 40.06% from 327); Max value from RGB is 131 - color contains mainly: blue. Hex color #537183 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537183 is #AC8E7C. Grayscale: #696969. Windows color (decimal): -11308669 or 8614227. OLE color: 8614227.

HSL color Cylindrical-coordinate representation of color #537183: hue angle of 202.5º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #537183 is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 83 113 131 -
CMYK 0.37 0.14 0 0.49
HSL 202.5º 0.22% 0.42% -
HSV(B) 202.5º 0.37% 0.51% -
XYZ 13.57 15.29 23.71 -
YUV 106.08 142.06 111.54 -
System Red Green Blue C M Y K H S L
Decimal 83 113 131 0.37 0.14 0 0.49 202.5 0.22 0.42
Hex 53 71 83 25 E 0 31 CA 16 2A
Octal 123 161 203 45 16 0 61 312 26 52
Binary 1010011 1110001 10000011 100101 1110 0 110001 11001010 10110 101010

Color Harmonies of #537183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537183

Black with #537183

Text Example


Text Example

White with #537183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537183; }

 p { color: rgb(83,113,131); }

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

background-color css

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

 a { background-color: rgb(83,113,131); }

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

border-color css

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

 span { border-color: rgb(83,113,131); }

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