Html Css Color HEX #537892 Wedgewood

📋 copy color: '#537892'

red 83 ◦ green 120 ◦ blue 146

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

Shades of Wedgewood #537892

Tints of Wedgewood #537892

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.38%

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

R = 23.78%
G = 34.38%
B = 41.83%

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

#537892 (or 0x537892) is known color: Wedgewood. HEX triplet: 53, 78 and 92. RGB value is (83,120,146). Sum of RGB (Red+Green+Blue) = 83+120+146=349 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.78% from 349); Green value is 120 (47.27% from 255 or 34.38% from 349); Blue value is 146 (57.42% from 255 or 41.83% from 349); Max value from RGB is 146 - color contains mainly: blue. Hex color #537892 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537892 is #AC876D. Grayscale: #6F6F6F. Windows color (decimal): -11306862 or 9599059. OLE color: 9599059.

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

Color convert

RGB 83 120 146 -
CMYK 0.43 0.18 0 0.43
HSL 204.76º 0.28% 0.45% -
HSV(B) 204.76º 0.43% 0.57% -
XYZ 15.47 17.35 29.73 -
YUV 111.9 147.24 107.39 -
System Red Green Blue C M Y K H S L
Decimal 83 120 146 0.43 0.18 0 0.43 204.76 0.28 0.45
Hex 53 78 92 2B 12 0 2B CD 1C 2D
Octal 123 170 222 53 22 0 53 315 34 55
Binary 1010011 1111000 10010010 101011 10010 0 101011 11001101 11100 101101

Color Harmonies of #537892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537892

Black with #537892

Text Example


Text Example

White with #537892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537892; }

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

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

background-color css

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

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

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

border-color css

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

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

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