Html Css Color HEX #52667D Wedgewood

📋 copy color: '#52667D'

red 82 ◦ green 102 ◦ blue 125

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

Shades of Wedgewood #52667D

Tints of Wedgewood #52667D

RGB

 RED value IS 82 (32.42% from 255) = 26.54%

 GREEN value IS 102 (40.23% from 255) = 33.01%

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

R = 26.54%
G = 33.01%
B = 40.45%

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

#52667D (or 0x52667D) is known color: Wedgewood. HEX triplet: 52, 66 and 7D. RGB value is (82,102,125). Sum of RGB (Red+Green+Blue) = 82+102+125=309 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.54% from 309); Green value is 102 (40.23% from 255 or 33.01% from 309); Blue value is 125 (49.22% from 255 or 40.45% from 309); Max value from RGB is 125 - color contains mainly: blue. Hex color #52667D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52667D is #AD9982. Grayscale: #626262. Windows color (decimal): -11377027 or 8218194. OLE color: 8218194.

HSL color Cylindrical-coordinate representation of color #52667D: hue angle of 212.09º degrees, saturation: 0.21, 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 #52667D is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 82 102 125 -
CMYK 0.34 0.18 0 0.51
HSL 212.09º 0.21% 0.41% -
HSV(B) 212.09º 0.34% 0.49% -
XYZ 11.93 12.78 21.24 -
YUV 98.64 142.87 116.13 -
System Red Green Blue C M Y K H S L
Decimal 82 102 125 0.34 0.18 0 0.51 212.09 0.21 0.41
Hex 52 66 7D 22 12 0 33 D4 15 29
Octal 122 146 175 42 22 0 63 324 25 51
Binary 1010010 1100110 1111101 100010 10010 0 110011 11010100 10101 101001

Color Harmonies of #52667D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52667D

Black with #52667D

Text Example


Text Example

White with #52667D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,102,125); }

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

background-color css

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

 a { background-color: rgb(82,102,125); }

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

border-color css

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

 span { border-color: rgb(82,102,125); }

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