Html Css Color HEX #537690 Wedgewood

📋 copy color: '#537690'

red 83 ◦ green 118 ◦ blue 144

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

Shades of Wedgewood #537690

Tints of Wedgewood #537690

RGB

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

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

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

R = 24.06%
G = 34.2%
B = 41.74%

CMYK

 C value IS 0.42

 M value IS 0.18

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#537690 (or 0x537690) is known color: Wedgewood. HEX triplet: 53, 76 and 90. RGB value is (83,118,144). Sum of RGB (Red+Green+Blue) = 83+118+144=345 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.06% from 345); Green value is 118 (46.48% from 255 or 34.20% from 345); Blue value is 144 (56.64% from 255 or 41.74% from 345); Max value from RGB is 144 - color contains mainly: blue. Hex color #537690 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537690 is #AC896F. Grayscale: #6E6E6E. Windows color (decimal): -11307376 or 9467475. OLE color: 9467475.

HSL color Cylindrical-coordinate representation of color #537690: hue angle of 205.57º 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 #537690 is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 83 118 144 -
CMYK 0.42 0.18 0 0.44
HSL 205.57º 0.27% 0.45% -
HSV(B) 205.57º 0.42% 0.56% -
XYZ 15.08 16.81 28.84 -
YUV 110.5 146.9 108.39 -
System Red Green Blue C M Y K H S L
Decimal 83 118 144 0.42 0.18 0 0.44 205.57 0.27 0.45
Hex 53 76 90 2A 12 0 2C CE 1B 2D
Octal 123 166 220 52 22 0 54 316 33 55
Binary 1010011 1110110 10010000 101010 10010 0 101100 11001110 11011 101101

Color Harmonies of #537690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537690

Black with #537690

Text Example


Text Example

White with #537690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537690; }

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

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

background-color css

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

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

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

border-color css

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

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

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