Html Css Color HEX #537284 Wedgewood

📋 copy color: '#537284'

red 83 ◦ green 114 ◦ blue 132

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

Shades of Wedgewood #537284

Tints of Wedgewood #537284

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.65%

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

R = 25.23%
G = 34.65%
B = 40.12%

CMYK

 C value IS 0.37

 M value IS 0.14

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#537284 (or 0x537284) is known color: Wedgewood. HEX triplet: 53, 72 and 84. RGB value is (83,114,132). Sum of RGB (Red+Green+Blue) = 83+114+132=329 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.23% from 329); Green value is 114 (44.92% from 255 or 34.65% from 329); Blue value is 132 (51.95% from 255 or 40.12% from 329); Max value from RGB is 132 - color contains mainly: blue. Hex color #537284 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537284 is #AC8D7B. Grayscale: #6A6A6A. Windows color (decimal): -11308412 or 8680019. OLE color: 8680019.

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

Color convert

RGB 83 114 132 -
CMYK 0.37 0.14 0 0.48
HSL 202.04º 0.23% 0.42% -
HSV(B) 202.04º 0.37% 0.52% -
XYZ 13.75 15.54 24.1 -
YUV 106.78 142.23 111.04 -
System Red Green Blue C M Y K H S L
Decimal 83 114 132 0.37 0.14 0 0.48 202.04 0.23 0.42
Hex 53 72 84 25 E 0 30 CA 17 2A
Octal 123 162 204 45 16 0 60 312 27 52
Binary 1010011 1110010 10000100 100101 1110 0 110000 11001010 10111 101010

Color Harmonies of #537284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537284

Black with #537284

Text Example


Text Example

White with #537284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537284; }

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

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

background-color css

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

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

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

border-color css

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

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

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