Html Css Color HEX #537185 Wedgewood

📋 copy color: '#537185'

red 83 ◦ green 113 ◦ blue 133

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

Shades of Wedgewood #537185

Tints of Wedgewood #537185

RGB

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

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

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

R = 25.23%
G = 34.35%
B = 40.43%

CMYK

 C value IS 0.38

 M value IS 0.15

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#537185 (or 0x537185) is known color: Wedgewood. HEX triplet: 53, 71 and 85. RGB value is (83,113,133). Sum of RGB (Red+Green+Blue) = 83+113+133=329 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.23% from 329); Green value is 113 (44.53% from 255 or 34.35% from 329); Blue value is 133 (52.34% from 255 or 40.43% from 329); Max value from RGB is 133 - color contains mainly: blue. Hex color #537185 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537185 is #AC8E7A. Grayscale: #6A6A6A. Windows color (decimal): -11308667 or 8745299. OLE color: 8745299.

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

Color convert

RGB 83 113 133 -
CMYK 0.38 0.15 0 0.48
HSL 204º 0.23% 0.42% -
HSV(B) 204º 0.38% 0.52% -
XYZ 13.71 15.34 24.43 -
YUV 106.31 143.06 111.37 -
System Red Green Blue C M Y K H S L
Decimal 83 113 133 0.38 0.15 0 0.48 204 0.23 0.42
Hex 53 71 85 26 F 0 30 CC 17 2A
Octal 123 161 205 46 17 0 60 314 27 52
Binary 1010011 1110001 10000101 100110 1111 0 110000 11001100 10111 101010

Color Harmonies of #537185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537185

Black with #537185

Text Example


Text Example

White with #537185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537185; }

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

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

background-color css

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

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

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

border-color css

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

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

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