Html Css Color HEX #53647F Wedgewood

📋 copy color: '#53647F'

red 83 ◦ green 100 ◦ blue 127

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

Shades of Wedgewood #53647F

Tints of Wedgewood #53647F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 40.97%

R = 26.77%
G = 32.26%
B = 40.97%

CMYK

 C value IS 0.35

 M value IS 0.21

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#53647F (or 0x53647F) is known color: Wedgewood. HEX triplet: 53, 64 and 7F. RGB value is (83,100,127). Sum of RGB (Red+Green+Blue) = 83+100+127=310 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.77% from 310); Green value is 100 (39.45% from 255 or 32.26% from 310); Blue value is 127 (50% from 255 or 40.97% from 310); Max value from RGB is 127 - color contains mainly: blue. Hex color #53647F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53647F is #AC9B80. Grayscale: #616161. Windows color (decimal): -11312001 or 8348755. OLE color: 8348755.

HSL color Cylindrical-coordinate representation of color #53647F: hue angle of 216.82º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #53647F is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 83 100 127 -
CMYK 0.35 0.21 0 0.50
HSL 216.82º 0.21% 0.41% -
HSV(B) 216.82º 0.35% 0.5% -
XYZ 11.96 12.49 21.86 -
YUV 98 144.37 117.3 -
System Red Green Blue C M Y K H S L
Decimal 83 100 127 0.35 0.21 0 0.50 216.82 0.21 0.41
Hex 53 64 7F 23 15 0 32 D9 15 29
Octal 123 144 177 43 25 0 62 331 25 51
Binary 1010011 1100100 1111111 100011 10101 0 110010 11011001 10101 101001

Color Harmonies of #53647F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53647F

Black with #53647F

Text Example


Text Example

White with #53647F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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