Html Css Color HEX #537692 Wedgewood

📋 copy color: '#537692'

red 83 ◦ green 118 ◦ blue 146

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

Shades of Wedgewood #537692

Tints of Wedgewood #537692

RGB

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

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

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

R = 23.92%
G = 34.01%
B = 42.07%

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

#537692 (or 0x537692) is known color: Wedgewood. HEX triplet: 53, 76 and 92. RGB value is (83,118,146). Sum of RGB (Red+Green+Blue) = 83+118+146=347 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.92% from 347); Green value is 118 (46.48% from 255 or 34.01% from 347); Blue value is 146 (57.42% from 255 or 42.07% from 347); Max value from RGB is 146 - color contains mainly: blue. Hex color #537692 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537692 is #AC896D. Grayscale: #6E6E6E. Windows color (decimal): -11307374 or 9598547. OLE color: 9598547.

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

Color convert

RGB 83 118 146 -
CMYK 0.43 0.19 0 0.43
HSL 206.67º 0.28% 0.45% -
HSV(B) 206.67º 0.43% 0.57% -
XYZ 15.23 16.87 29.65 -
YUV 110.73 147.9 108.22 -
System Red Green Blue C M Y K H S L
Decimal 83 118 146 0.43 0.19 0 0.43 206.67 0.28 0.45
Hex 53 76 92 2B 13 0 2B CF 1C 2D
Octal 123 166 222 53 23 0 53 317 34 55
Binary 1010011 1110110 10010010 101011 10011 0 101011 11001111 11100 101101

Color Harmonies of #537692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537692

Black with #537692

Text Example


Text Example

White with #537692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537692; }

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

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

background-color css

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

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

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

border-color css

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

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

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