Html Css Color HEX #537082 Wedgewood

📋 copy color: '#537082'

red 83 ◦ green 112 ◦ blue 130

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

Shades of Wedgewood #537082

Tints of Wedgewood #537082

RGB

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

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

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

R = 25.54%
G = 34.46%
B = 40%

CMYK

 C value IS 0.36

 M value IS 0.14

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#537082 (or 0x537082) is known color: Wedgewood. HEX triplet: 53, 70 and 82. RGB value is (83,112,130). Sum of RGB (Red+Green+Blue) = 83+112+130=325 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.54% from 325); Green value is 112 (44.14% from 255 or 34.46% from 325); Blue value is 130 (51.17% from 255 or 40% from 325); Max value from RGB is 130 - color contains mainly: blue. Hex color #537082 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537082 is #AC8F7D. Grayscale: #696969. Windows color (decimal): -11308926 or 8548435. OLE color: 8548435.

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

Color convert

RGB 83 112 130 -
CMYK 0.36 0.14 0 0.49
HSL 202.98º 0.22% 0.42% -
HSV(B) 202.98º 0.36% 0.51% -
XYZ 13.39 15.04 23.32 -
YUV 105.38 141.89 112.04 -
System Red Green Blue C M Y K H S L
Decimal 83 112 130 0.36 0.14 0 0.49 202.98 0.22 0.42
Hex 53 70 82 24 E 0 31 CB 16 2A
Octal 123 160 202 44 16 0 61 313 26 52
Binary 1010011 1110000 10000010 100100 1110 0 110001 11001011 10110 101010

Color Harmonies of #537082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537082

Black with #537082

Text Example


Text Example

White with #537082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537082; }

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

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

background-color css

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

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

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

border-color css

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

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

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