Html Css Color HEX #537182 Wedgewood

📋 copy color: '#537182'

red 83 ◦ green 113 ◦ blue 130

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

Shades of Wedgewood #537182

Tints of Wedgewood #537182

RGB

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

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

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

R = 25.46%
G = 34.66%
B = 39.88%

CMYK

 C value IS 0.36

 M value IS 0.13

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#537182 (or 0x537182) is known color: Wedgewood. HEX triplet: 53, 71 and 82. RGB value is (83,113,130). Sum of RGB (Red+Green+Blue) = 83+113+130=326 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.46% from 326); Green value is 113 (44.53% from 255 or 34.66% from 326); Blue value is 130 (51.17% from 255 or 39.88% from 326); Max value from RGB is 130 - color contains mainly: blue. Hex color #537182 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537182 is #AC8E7D. Grayscale: #696969. Windows color (decimal): -11308670 or 8548691. OLE color: 8548691.

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

Color convert

RGB 83 113 130 -
CMYK 0.36 0.13 0 0.49
HSL 201.7º 0.22% 0.42% -
HSV(B) 201.7º 0.36% 0.51% -
XYZ 13.5 15.26 23.35 -
YUV 105.97 141.56 111.62 -
System Red Green Blue C M Y K H S L
Decimal 83 113 130 0.36 0.13 0 0.49 201.7 0.22 0.42
Hex 53 71 82 24 D 0 31 CA 16 2A
Octal 123 161 202 44 15 0 61 312 26 52
Binary 1010011 1110001 10000010 100100 1101 0 110001 11001010 10110 101010

Color Harmonies of #537182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537182

Black with #537182

Text Example


Text Example

White with #537182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537182; }

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

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

background-color css

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

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

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

border-color css

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

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

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