Html Css Color HEX #537691 Wedgewood

📋 copy color: '#537691'

red 83 ◦ green 118 ◦ blue 145

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

Shades of Wedgewood #537691

Tints of Wedgewood #537691

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.1%

 BLUE value IS 145 (57.03% from 255) = 41.91%

R = 23.99%
G = 34.1%
B = 41.91%

CMYK

 C value IS 0.43

 M value IS 0.19

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#537691 (or 0x537691) is known color: Wedgewood. HEX triplet: 53, 76 and 91. RGB value is (83,118,145). Sum of RGB (Red+Green+Blue) = 83+118+145=346 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.99% from 346); Green value is 118 (46.48% from 255 or 34.10% from 346); Blue value is 145 (57.03% from 255 or 41.91% from 346); Max value from RGB is 145 - color contains mainly: blue. Hex color #537691 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537691 is #AC896E. Grayscale: #6E6E6E. Windows color (decimal): -11307375 or 9533011. OLE color: 9533011.

HSL color Cylindrical-coordinate representation of color #537691: hue angle of 206.13º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #537691 is Cyan = 0.43, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 83 118 145 -
CMYK 0.43 0.19 0 0.43
HSL 206.13º 0.27% 0.45% -
HSV(B) 206.13º 0.43% 0.57% -
XYZ 15.16 16.84 29.24 -
YUV 110.61 147.4 108.3 -
System Red Green Blue C M Y K H S L
Decimal 83 118 145 0.43 0.19 0 0.43 206.13 0.27 0.45
Hex 53 76 91 2B 13 0 2B CE 1B 2D
Octal 123 166 221 53 23 0 53 316 33 55
Binary 1010011 1110110 10010001 101011 10011 0 101011 11001110 11011 101101

Color Harmonies of #537691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537691

Black with #537691

Text Example


Text Example

White with #537691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537691; }

 p { color: rgb(83,118,145); }

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

background-color css

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

 a { background-color: rgb(83,118,145); }

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

border-color css

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

 span { border-color: rgb(83,118,145); }

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