Html Css Color HEX #537283 Wedgewood

📋 copy color: '#537283'

red 83 ◦ green 114 ◦ blue 131

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

Shades of Wedgewood #537283

Tints of Wedgewood #537283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 39.94%

R = 25.3%
G = 34.76%
B = 39.94%

CMYK

 C value IS 0.37

 M value IS 0.13

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#537283 (or 0x537283) is known color: Wedgewood. HEX triplet: 53, 72 and 83. RGB value is (83,114,131). Sum of RGB (Red+Green+Blue) = 83+114+131=328 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.30% from 328); Green value is 114 (44.92% from 255 or 34.76% from 328); Blue value is 131 (51.56% from 255 or 39.94% from 328); Max value from RGB is 131 - color contains mainly: blue. Hex color #537283 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537283 is #AC8D7C. Grayscale: #6A6A6A. Windows color (decimal): -11308413 or 8614483. OLE color: 8614483.

HSL color Cylindrical-coordinate representation of color #537283: hue angle of 201.25º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #537283 is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 83 114 131 -
CMYK 0.37 0.13 0 0.49
HSL 201.25º 0.22% 0.42% -
HSV(B) 201.25º 0.37% 0.51% -
XYZ 13.68 15.51 23.75 -
YUV 106.67 141.73 111.12 -
System Red Green Blue C M Y K H S L
Decimal 83 114 131 0.37 0.13 0 0.49 201.25 0.22 0.42
Hex 53 72 83 25 D 0 31 C9 16 2A
Octal 123 162 203 45 15 0 61 311 26 52
Binary 1010011 1110010 10000011 100101 1101 0 110001 11001001 10110 101010

Color Harmonies of #537283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537283

Black with #537283

Text Example


Text Example

White with #537283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537283; }

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

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

background-color css

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

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

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

border-color css

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

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

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