Html Css Color HEX #53647C Wedgewood

📋 copy color: '#53647C'

red 83 ◦ green 100 ◦ blue 124

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

Shades of Wedgewood #53647C

Tints of Wedgewood #53647C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.57%

 BLUE value IS 124 (48.83% from 255) = 40.39%

R = 27.04%
G = 32.57%
B = 40.39%

CMYK

 C value IS 0.33

 M value IS 0.19

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#53647C (or 0x53647C) is known color: Wedgewood. HEX triplet: 53, 64 and 7C. RGB value is (83,100,124). Sum of RGB (Red+Green+Blue) = 83+100+124=307 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.04% from 307); Green value is 100 (39.45% from 255 or 32.57% from 307); Blue value is 124 (48.83% from 255 or 40.39% from 307); Max value from RGB is 124 - color contains mainly: blue. Hex color #53647C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53647C is #AC9B83. Grayscale: #616161. Windows color (decimal): -11312004 or 8152147. OLE color: 8152147.

HSL color Cylindrical-coordinate representation of color #53647C: hue angle of 215.12º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #53647C is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 83 100 124 -
CMYK 0.33 0.19 0 0.51
HSL 215.12º 0.2% 0.41% -
HSV(B) 215.12º 0.33% 0.49% -
XYZ 11.76 12.41 20.84 -
YUV 97.65 142.87 117.55 -
System Red Green Blue C M Y K H S L
Decimal 83 100 124 0.33 0.19 0 0.51 215.12 0.2 0.41
Hex 53 64 7C 21 13 0 33 D7 14 29
Octal 123 144 174 41 23 0 63 327 24 51
Binary 1010011 1100100 1111100 100001 10011 0 110011 11010111 10100 101001

Color Harmonies of #53647C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53647C

Black with #53647C

Text Example


Text Example

White with #53647C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53647C; }

 p { color: rgb(83,100,124); }

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

background-color css

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

 a { background-color: rgb(83,100,124); }

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

border-color css

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

 span { border-color: rgb(83,100,124); }

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