Html Css Color HEX #537790 Wedgewood

📋 copy color: '#537790'

red 83 ◦ green 119 ◦ blue 144

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

Shades of Wedgewood #537790

Tints of Wedgewood #537790

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.39%

 BLUE value IS 144 (56.64% from 255) = 41.62%

R = 23.99%
G = 34.39%
B = 41.62%

CMYK

 C value IS 0.42

 M value IS 0.17

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#537790 (or 0x537790) is known color: Wedgewood. HEX triplet: 53, 77 and 90. RGB value is (83,119,144). Sum of RGB (Red+Green+Blue) = 83+119+144=346 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.99% from 346); Green value is 119 (46.88% from 255 or 34.39% from 346); Blue value is 144 (56.64% from 255 or 41.62% from 346); Max value from RGB is 144 - color contains mainly: blue. Hex color #537790 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537790 is #AC886F. Grayscale: #6E6E6E. Windows color (decimal): -11307120 or 9467731. OLE color: 9467731.

HSL color Cylindrical-coordinate representation of color #537790: hue angle of 204.59º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #537790 is Cyan = 0.42, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 83 119 144 -
CMYK 0.42 0.17 0 0.44
HSL 204.59º 0.27% 0.45% -
HSV(B) 204.59º 0.42% 0.56% -
XYZ 15.2 17.05 28.87 -
YUV 111.09 146.57 107.97 -
System Red Green Blue C M Y K H S L
Decimal 83 119 144 0.42 0.17 0 0.44 204.59 0.27 0.45
Hex 53 77 90 2A 11 0 2C CD 1B 2D
Octal 123 167 220 52 21 0 54 315 33 55
Binary 1010011 1110111 10010000 101010 10001 0 101100 11001101 11011 101101

Color Harmonies of #537790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537790

Black with #537790

Text Example


Text Example

White with #537790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537790; }

 p { color: rgb(83,119,144); }

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

background-color css

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

 a { background-color: rgb(83,119,144); }

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

border-color css

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

 span { border-color: rgb(83,119,144); }

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