Html Css Color HEX #537893 Wedgewood

📋 copy color: '#537893'

red 83 ◦ green 120 ◦ blue 147

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

Shades of Wedgewood #537893

Tints of Wedgewood #537893

RGB

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

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

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

R = 23.71%
G = 34.29%
B = 42%

CMYK

 C value IS 0.44

 M value IS 0.18

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#537893 (or 0x537893) is known color: Wedgewood. HEX triplet: 53, 78 and 93. RGB value is (83,120,147). Sum of RGB (Red+Green+Blue) = 83+120+147=350 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.71% from 350); Green value is 120 (47.27% from 255 or 34.29% from 350); Blue value is 147 (57.81% from 255 or 42% from 350); Max value from RGB is 147 - color contains mainly: blue. Hex color #537893 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537893 is #AC876C. Grayscale: #6F6F6F. Windows color (decimal): -11306861 or 9664595. OLE color: 9664595.

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

Color convert

RGB 83 120 147 -
CMYK 0.44 0.18 0 0.42
HSL 205.31º 0.28% 0.45% -
HSV(B) 205.31º 0.44% 0.58% -
XYZ 15.55 17.38 30.14 -
YUV 112.02 147.74 107.3 -
System Red Green Blue C M Y K H S L
Decimal 83 120 147 0.44 0.18 0 0.42 205.31 0.28 0.45
Hex 53 78 93 2C 12 0 2A CD 1C 2D
Octal 123 170 223 54 22 0 52 315 34 55
Binary 1010011 1111000 10010011 101100 10010 0 101010 11001101 11100 101101

Color Harmonies of #537893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537893

Black with #537893

Text Example


Text Example

White with #537893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537893; }

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

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

background-color css

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

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

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

border-color css

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

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

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