Html Css Color HEX #53647B Wedgewood

📋 copy color: '#53647B'

red 83 ◦ green 100 ◦ blue 123

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

Shades of Wedgewood #53647B

Tints of Wedgewood #53647B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 40.2%

R = 27.12%
G = 32.68%
B = 40.2%

CMYK

 C value IS 0.33

 M value IS 0.19

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#53647B (or 0x53647B) is known color: Wedgewood. HEX triplet: 53, 64 and 7B. RGB value is (83,100,123). Sum of RGB (Red+Green+Blue) = 83+100+123=306 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.12% from 306); Green value is 100 (39.45% from 255 or 32.68% from 306); Blue value is 123 (48.44% from 255 or 40.20% from 306); Max value from RGB is 123 - color contains mainly: blue. Hex color #53647B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53647B is #AC9B84. Grayscale: #616161. Windows color (decimal): -11312005 or 8086611. OLE color: 8086611.

HSL color Cylindrical-coordinate representation of color #53647B: hue angle of 214.5º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #53647B is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 83 100 123 -
CMYK 0.33 0.19 0 0.52
HSL 214.5º 0.19% 0.4% -
HSV(B) 214.5º 0.33% 0.48% -
XYZ 11.7 12.38 20.51 -
YUV 97.54 142.37 117.63 -
System Red Green Blue C M Y K H S L
Decimal 83 100 123 0.33 0.19 0 0.52 214.5 0.19 0.4
Hex 53 64 7B 21 13 0 34 D6 13 28
Octal 123 144 173 41 23 0 64 326 23 50
Binary 1010011 1100100 1111011 100001 10011 0 110100 11010110 10011 101000

Color Harmonies of #53647B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53647B

Black with #53647B

Text Example


Text Example

White with #53647B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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