Html Css Color HEX #53657C Wedgewood

📋 copy color: '#53657C'

red 83 ◦ green 101 ◦ blue 124

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

Shades of Wedgewood #53657C

Tints of Wedgewood #53657C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.79%

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

R = 26.95%
G = 32.79%
B = 40.26%

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

#53657C (or 0x53657C) is known color: Wedgewood. HEX triplet: 53, 65 and 7C. RGB value is (83,101,124). Sum of RGB (Red+Green+Blue) = 83+101+124=308 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.95% from 308); Green value is 101 (39.84% from 255 or 32.79% from 308); Blue value is 124 (48.83% from 255 or 40.26% from 308); Max value from RGB is 124 - color contains mainly: blue. Hex color #53657C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53657C is #AC9A83. Grayscale: #626262. Windows color (decimal): -11311748 or 8152403. OLE color: 8152403.

HSL color Cylindrical-coordinate representation of color #53657C: hue angle of 213.66º 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 #53657C is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 83 101 124 -
CMYK 0.33 0.19 0 0.51
HSL 213.66º 0.2% 0.41% -
HSV(B) 213.66º 0.33% 0.49% -
XYZ 11.86 12.6 20.88 -
YUV 98.24 142.54 117.13 -
System Red Green Blue C M Y K H S L
Decimal 83 101 124 0.33 0.19 0 0.51 213.66 0.2 0.41
Hex 53 65 7C 21 13 0 33 D6 14 29
Octal 123 145 174 41 23 0 63 326 24 51
Binary 1010011 1100101 1111100 100001 10011 0 110011 11010110 10100 101001

Color Harmonies of #53657C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53657C

Black with #53657C

Text Example


Text Example

White with #53657C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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