Html Css Color HEX #537285 Wedgewood

📋 copy color: '#537285'

red 83 ◦ green 114 ◦ blue 133

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

Shades of Wedgewood #537285

Tints of Wedgewood #537285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 40.3%

R = 25.15%
G = 34.55%
B = 40.3%

CMYK

 C value IS 0.38

 M value IS 0.14

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#537285 (or 0x537285) is known color: Wedgewood. HEX triplet: 53, 72 and 85. RGB value is (83,114,133). Sum of RGB (Red+Green+Blue) = 83+114+133=330 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.15% from 330); Green value is 114 (44.92% from 255 or 34.55% from 330); Blue value is 133 (52.34% from 255 or 40.30% from 330); Max value from RGB is 133 - color contains mainly: blue. Hex color #537285 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537285 is #AC8D7A. Grayscale: #6A6A6A. Windows color (decimal): -11308411 or 8745555. OLE color: 8745555.

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

Color convert

RGB 83 114 133 -
CMYK 0.38 0.14 0 0.48
HSL 202.8º 0.23% 0.42% -
HSV(B) 202.8º 0.38% 0.52% -
XYZ 13.82 15.57 24.47 -
YUV 106.9 142.73 110.96 -
System Red Green Blue C M Y K H S L
Decimal 83 114 133 0.38 0.14 0 0.48 202.8 0.23 0.42
Hex 53 72 85 26 E 0 30 CB 17 2A
Octal 123 162 205 46 16 0 60 313 27 52
Binary 1010011 1110010 10000101 100110 1110 0 110000 11001011 10111 101010

Color Harmonies of #537285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537285

Black with #537285

Text Example


Text Example

White with #537285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537285; }

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

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

background-color css

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

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

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

border-color css

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

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

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