Html Css Color HEX #537081 Wedgewood

📋 copy color: '#537081'

red 83 ◦ green 112 ◦ blue 129

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

Shades of Wedgewood #537081

Tints of Wedgewood #537081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 39.81%

R = 25.62%
G = 34.57%
B = 39.81%

CMYK

 C value IS 0.36

 M value IS 0.13

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#537081 (or 0x537081) is known color: Wedgewood. HEX triplet: 53, 70 and 81. RGB value is (83,112,129). Sum of RGB (Red+Green+Blue) = 83+112+129=324 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.62% from 324); Green value is 112 (44.14% from 255 or 34.57% from 324); Blue value is 129 (50.78% from 255 or 39.81% from 324); Max value from RGB is 129 - color contains mainly: blue. Hex color #537081 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537081 is #AC8F7E. Grayscale: #696969. Windows color (decimal): -11308927 or 8482899. OLE color: 8482899.

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

Color convert

RGB 83 112 129 -
CMYK 0.36 0.13 0 0.49
HSL 202.17º 0.22% 0.42% -
HSV(B) 202.17º 0.36% 0.51% -
XYZ 13.32 15.01 22.96 -
YUV 105.27 141.39 112.12 -
System Red Green Blue C M Y K H S L
Decimal 83 112 129 0.36 0.13 0 0.49 202.17 0.22 0.42
Hex 53 70 81 24 D 0 31 CA 16 2A
Octal 123 160 201 44 15 0 61 312 26 52
Binary 1010011 1110000 10000001 100100 1101 0 110001 11001010 10110 101010

Color Harmonies of #537081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537081

Black with #537081

Text Example


Text Example

White with #537081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537081; }

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

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

background-color css

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

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

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

border-color css

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

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

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