Html Css Color HEX #537089 Wedgewood

📋 copy color: '#537089'

red 83 ◦ green 112 ◦ blue 137

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

Shades of Wedgewood #537089

Tints of Wedgewood #537089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 41.27%

R = 25%
G = 33.73%
B = 41.27%

CMYK

 C value IS 0.39

 M value IS 0.18

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#537089 (or 0x537089) is known color: Wedgewood. HEX triplet: 53, 70 and 89. RGB value is (83,112,137). Sum of RGB (Red+Green+Blue) = 83+112+137=332 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25% from 332); Green value is 112 (44.14% from 255 or 33.73% from 332); Blue value is 137 (53.91% from 255 or 41.27% from 332); Max value from RGB is 137 - color contains mainly: blue. Hex color #537089 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537089 is #AC8F76. Grayscale: #6A6A6A. Windows color (decimal): -11308919 or 9007187. OLE color: 9007187.

HSL color Cylindrical-coordinate representation of color #537089: hue angle of 207.78º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #537089 is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 83 112 137 -
CMYK 0.39 0.18 0 0.46
HSL 207.78º 0.25% 0.43% -
HSV(B) 207.78º 0.39% 0.54% -
XYZ 13.88 15.23 25.88 -
YUV 106.18 145.39 111.47 -
System Red Green Blue C M Y K H S L
Decimal 83 112 137 0.39 0.18 0 0.46 207.78 0.25 0.43
Hex 53 70 89 27 12 0 2E D0 19 2B
Octal 123 160 211 47 22 0 56 320 31 53
Binary 1010011 1110000 10001001 100111 10010 0 101110 11010000 11001 101011

Color Harmonies of #537089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537089

Black with #537089

Text Example


Text Example

White with #537089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537089; }

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

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

background-color css

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

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

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

border-color css

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

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

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