Html Css Color HEX #537793 Wedgewood

📋 copy color: '#537793'

red 83 ◦ green 119 ◦ blue 147

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

Shades of Wedgewood #537793

Tints of Wedgewood #537793

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 42.12%

R = 23.78%
G = 34.1%
B = 42.12%

CMYK

 C value IS 0.44

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#537793 (or 0x537793) is known color: Wedgewood. HEX triplet: 53, 77 and 93. RGB value is (83,119,147). Sum of RGB (Red+Green+Blue) = 83+119+147=349 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.78% from 349); Green value is 119 (46.88% from 255 or 34.10% from 349); Blue value is 147 (57.81% from 255 or 42.12% from 349); Max value from RGB is 147 - color contains mainly: blue. Hex color #537793 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537793 is #AC886C. Grayscale: #6F6F6F. Windows color (decimal): -11307117 or 9664339. OLE color: 9664339.

HSL color Cylindrical-coordinate representation of color #537793: hue angle of 206.25º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #537793 is Cyan = 0.44, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 83 119 147 -
CMYK 0.44 0.19 0 0.42
HSL 206.25º 0.28% 0.45% -
HSV(B) 206.25º 0.44% 0.58% -
XYZ 15.43 17.14 30.1 -
YUV 111.43 148.07 107.72 -
System Red Green Blue C M Y K H S L
Decimal 83 119 147 0.44 0.19 0 0.42 206.25 0.28 0.45
Hex 53 77 93 2C 13 0 2A CE 1C 2D
Octal 123 167 223 54 23 0 52 316 34 55
Binary 1010011 1110111 10010011 101100 10011 0 101010 11001110 11100 101101

Color Harmonies of #537793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537793

Black with #537793

Text Example


Text Example

White with #537793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537793; }

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

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

background-color css

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

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

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

border-color css

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

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

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