Html Css Color HEX #537792 Wedgewood

📋 copy color: '#537792'

red 83 ◦ green 119 ◦ blue 146

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

Shades of Wedgewood #537792

Tints of Wedgewood #537792

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 41.95%

R = 23.85%
G = 34.2%
B = 41.95%

CMYK

 C value IS 0.43

 M value IS 0.18

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#537792 (or 0x537792) is known color: Wedgewood. HEX triplet: 53, 77 and 92. RGB value is (83,119,146). Sum of RGB (Red+Green+Blue) = 83+119+146=348 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.85% from 348); Green value is 119 (46.88% from 255 or 34.20% from 348); Blue value is 146 (57.42% from 255 or 41.95% from 348); Max value from RGB is 146 - color contains mainly: blue. Hex color #537792 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537792 is #AC886D. Grayscale: #6F6F6F. Windows color (decimal): -11307118 or 9598803. OLE color: 9598803.

HSL color Cylindrical-coordinate representation of color #537792: hue angle of 205.71º degrees, saturation: 0.28, 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 #537792 is Cyan = 0.43, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 83 119 146 -
CMYK 0.43 0.18 0 0.43
HSL 205.71º 0.28% 0.45% -
HSV(B) 205.71º 0.43% 0.57% -
XYZ 15.35 17.11 29.69 -
YUV 111.31 147.57 107.8 -
System Red Green Blue C M Y K H S L
Decimal 83 119 146 0.43 0.18 0 0.43 205.71 0.28 0.45
Hex 53 77 92 2B 12 0 2B CE 1C 2D
Octal 123 167 222 53 22 0 53 316 34 55
Binary 1010011 1110111 10010010 101011 10010 0 101011 11001110 11100 101101

Color Harmonies of #537792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537792

Black with #537792

Text Example


Text Example

White with #537792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537792; }

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

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

background-color css

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

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

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

border-color css

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

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

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