Html Css Color HEX #537387 Wedgewood

📋 copy color: '#537387'

red 83 ◦ green 115 ◦ blue 135

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

Shades of Wedgewood #537387

Tints of Wedgewood #537387

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.53%

 BLUE value IS 135 (53.13% from 255) = 40.54%

R = 24.92%
G = 34.53%
B = 40.54%

CMYK

 C value IS 0.39

 M value IS 0.15

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#537387 (or 0x537387) is known color: Wedgewood. HEX triplet: 53, 73 and 87. RGB value is (83,115,135). Sum of RGB (Red+Green+Blue) = 83+115+135=333 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.92% from 333); Green value is 115 (45.31% from 255 or 34.53% from 333); Blue value is 135 (53.12% from 255 or 40.54% from 333); Max value from RGB is 135 - color contains mainly: blue. Hex color #537387 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537387 is #AC8C78. Grayscale: #6B6B6B. Windows color (decimal): -11308153 or 8876883. OLE color: 8876883.

HSL color Cylindrical-coordinate representation of color #537387: hue angle of 203.08º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #537387 is Cyan = 0.39, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 83 115 135 -
CMYK 0.39 0.15 0 0.47
HSL 203.08º 0.24% 0.43% -
HSV(B) 203.08º 0.39% 0.53% -
XYZ 14.07 15.85 25.24 -
YUV 107.71 143.4 110.37 -
System Red Green Blue C M Y K H S L
Decimal 83 115 135 0.39 0.15 0 0.47 203.08 0.24 0.43
Hex 53 73 87 27 F 0 2F CB 18 2B
Octal 123 163 207 47 17 0 57 313 30 53
Binary 1010011 1110011 10000111 100111 1111 0 101111 11001011 11000 101011

Color Harmonies of #537387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537387

Black with #537387

Text Example


Text Example

White with #537387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537387; }

 p { color: rgb(83,115,135); }

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

background-color css

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

 a { background-color: rgb(83,115,135); }

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

border-color css

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

 span { border-color: rgb(83,115,135); }

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