Html Css Color HEX #537184 Wedgewood

📋 copy color: '#537184'

red 83 ◦ green 113 ◦ blue 132

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

Shades of Wedgewood #537184

Tints of Wedgewood #537184

RGB

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

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

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

R = 25.3%
G = 34.45%
B = 40.24%

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

#537184 (or 0x537184) is known color: Wedgewood. HEX triplet: 53, 71 and 84. RGB value is (83,113,132). Sum of RGB (Red+Green+Blue) = 83+113+132=328 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.30% from 328); Green value is 113 (44.53% from 255 or 34.45% from 328); Blue value is 132 (51.95% from 255 or 40.24% from 328); Max value from RGB is 132 - color contains mainly: blue. Hex color #537184 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537184 is #AC8E7B. Grayscale: #6A6A6A. Windows color (decimal): -11308668 or 8679763. OLE color: 8679763.

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

Color convert

RGB 83 113 132 -
CMYK 0.37 0.14 0 0.48
HSL 203.27º 0.23% 0.42% -
HSV(B) 203.27º 0.37% 0.52% -
XYZ 13.64 15.32 24.07 -
YUV 106.2 142.56 111.46 -
System Red Green Blue C M Y K H S L
Decimal 83 113 132 0.37 0.14 0 0.48 203.27 0.23 0.42
Hex 53 71 84 25 E 0 30 CB 17 2A
Octal 123 161 204 45 16 0 60 313 27 52
Binary 1010011 1110001 10000100 100101 1110 0 110000 11001011 10111 101010

Color Harmonies of #537184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537184

Black with #537184

Text Example


Text Example

White with #537184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537184; }

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

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

background-color css

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

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

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

border-color css

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

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

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