Html Css Color HEX #53677D Wedgewood

📋 copy color: '#53677D'

red 83 ◦ green 103 ◦ blue 125

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

Shades of Wedgewood #53677D

Tints of Wedgewood #53677D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.12%

 BLUE value IS 125 (49.22% from 255) = 40.19%

R = 26.69%
G = 33.12%
B = 40.19%

CMYK

 C value IS 0.34

 M value IS 0.18

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#53677D (or 0x53677D) is known color: Wedgewood. HEX triplet: 53, 67 and 7D. RGB value is (83,103,125). Sum of RGB (Red+Green+Blue) = 83+103+125=311 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.69% from 311); Green value is 103 (40.62% from 255 or 33.12% from 311); Blue value is 125 (49.22% from 255 or 40.19% from 311); Max value from RGB is 125 - color contains mainly: blue. Hex color #53677D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53677D is #AC9882. Grayscale: #636363. Windows color (decimal): -11311235 or 8218451. OLE color: 8218451.

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

Color convert

RGB 83 103 125 -
CMYK 0.34 0.18 0 0.51
HSL 211.43º 0.2% 0.41% -
HSV(B) 211.43º 0.34% 0.49% -
XYZ 12.12 13.02 21.28 -
YUV 99.53 142.37 116.21 -
System Red Green Blue C M Y K H S L
Decimal 83 103 125 0.34 0.18 0 0.51 211.43 0.2 0.41
Hex 53 67 7D 22 12 0 33 D3 14 29
Octal 123 147 175 42 22 0 63 323 24 51
Binary 1010011 1100111 1111101 100010 10010 0 110011 11010011 10100 101001

Color Harmonies of #53677D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53677D

Black with #53677D

Text Example


Text Example

White with #53677D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53677D; }

 p { color: rgb(83,103,125); }

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

background-color css

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

 a { background-color: rgb(83,103,125); }

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

border-color css

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

 span { border-color: rgb(83,103,125); }

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