Html Css Color HEX #537084 Wedgewood

📋 copy color: '#537084'

red 83 ◦ green 112 ◦ blue 132

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

Shades of Wedgewood #537084

Tints of Wedgewood #537084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 40.37%

R = 25.38%
G = 34.25%
B = 40.37%

CMYK

 C value IS 0.37

 M value IS 0.15

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#537084 (or 0x537084) is known color: Wedgewood. HEX triplet: 53, 70 and 84. RGB value is (83,112,132). Sum of RGB (Red+Green+Blue) = 83+112+132=327 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.38% from 327); Green value is 112 (44.14% from 255 or 34.25% from 327); Blue value is 132 (51.95% from 255 or 40.37% from 327); Max value from RGB is 132 - color contains mainly: blue. Hex color #537084 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537084 is #AC8F7B. Grayscale: #696969. Windows color (decimal): -11308924 or 8679507. OLE color: 8679507.

HSL color Cylindrical-coordinate representation of color #537084: hue angle of 204.49º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #537084 is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 83 112 132 -
CMYK 0.37 0.15 0 0.48
HSL 204.49º 0.23% 0.42% -
HSV(B) 204.49º 0.37% 0.52% -
XYZ 13.53 15.09 24.03 -
YUV 105.61 142.89 111.87 -
System Red Green Blue C M Y K H S L
Decimal 83 112 132 0.37 0.15 0 0.48 204.49 0.23 0.42
Hex 53 70 84 25 F 0 30 CC 17 2A
Octal 123 160 204 45 17 0 60 314 27 52
Binary 1010011 1110000 10000100 100101 1111 0 110000 11001100 10111 101010

Color Harmonies of #537084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537084

Black with #537084

Text Example


Text Example

White with #537084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537084; }

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

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

background-color css

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

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

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

border-color css

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

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

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