Html Css Color HEX #537085 Wedgewood

📋 copy color: '#537085'

red 83 ◦ green 112 ◦ blue 133

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

Shades of Wedgewood #537085

Tints of Wedgewood #537085

RGB

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

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

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

R = 25.3%
G = 34.15%
B = 40.55%

CMYK

 C value IS 0.38

 M value IS 0.16

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#537085 (or 0x537085) is known color: Wedgewood. HEX triplet: 53, 70 and 85. RGB value is (83,112,133). Sum of RGB (Red+Green+Blue) = 83+112+133=328 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.30% from 328); Green value is 112 (44.14% from 255 or 34.15% from 328); Blue value is 133 (52.34% from 255 or 40.55% from 328); Max value from RGB is 133 - color contains mainly: blue. Hex color #537085 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537085 is #AC8F7A. Grayscale: #696969. Windows color (decimal): -11308923 or 8745043. OLE color: 8745043.

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

Color convert

RGB 83 112 133 -
CMYK 0.38 0.16 0 0.48
HSL 205.2º 0.23% 0.42% -
HSV(B) 205.2º 0.38% 0.52% -
XYZ 13.6 15.12 24.39 -
YUV 105.72 143.39 111.79 -
System Red Green Blue C M Y K H S L
Decimal 83 112 133 0.38 0.16 0 0.48 205.2 0.23 0.42
Hex 53 70 85 26 10 0 30 CD 17 2A
Octal 123 160 205 46 20 0 60 315 27 52
Binary 1010011 1110000 10000101 100110 10000 0 110000 11001101 10111 101010

Color Harmonies of #537085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537085

Black with #537085

Text Example


Text Example

White with #537085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537085; }

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

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

background-color css

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

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

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

border-color css

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

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

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