Html Css Color HEX #537286 Wedgewood

📋 copy color: '#537286'

red 83 ◦ green 114 ◦ blue 134

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

Shades of Wedgewood #537286

Tints of Wedgewood #537286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 40.48%

R = 25.08%
G = 34.44%
B = 40.48%

CMYK

 C value IS 0.38

 M value IS 0.15

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#537286 (or 0x537286) is known color: Wedgewood. HEX triplet: 53, 72 and 86. RGB value is (83,114,134). Sum of RGB (Red+Green+Blue) = 83+114+134=331 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.08% from 331); Green value is 114 (44.92% from 255 or 34.44% from 331); Blue value is 134 (52.73% from 255 or 40.48% from 331); Max value from RGB is 134 - color contains mainly: blue. Hex color #537286 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537286 is #AC8D79. Grayscale: #6A6A6A. Windows color (decimal): -11308410 or 8811091. OLE color: 8811091.

HSL color Cylindrical-coordinate representation of color #537286: hue angle of 203.53º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #537286 is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 83 114 134 -
CMYK 0.38 0.15 0 0.47
HSL 203.53º 0.24% 0.43% -
HSV(B) 203.53º 0.38% 0.53% -
XYZ 13.89 15.59 24.83 -
YUV 107.01 143.23 110.87 -
System Red Green Blue C M Y K H S L
Decimal 83 114 134 0.38 0.15 0 0.47 203.53 0.24 0.43
Hex 53 72 86 26 F 0 2F CC 18 2B
Octal 123 162 206 46 17 0 57 314 30 53
Binary 1010011 1110010 10000110 100110 1111 0 101111 11001100 11000 101011

Color Harmonies of #537286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537286

Black with #537286

Text Example


Text Example

White with #537286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537286; }

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

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

background-color css

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

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

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

border-color css

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

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

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