Html Css Color HEX #52667A Wedgewood

📋 copy color: '#52667A'

red 82 ◦ green 102 ◦ blue 122

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

Shades of Wedgewood #52667A

Tints of Wedgewood #52667A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 39.87%

R = 26.8%
G = 33.33%
B = 39.87%

CMYK

 C value IS 0.33

 M value IS 0.16

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#52667A (or 0x52667A) is known color: Wedgewood. HEX triplet: 52, 66 and 7A. RGB value is (82,102,122). Sum of RGB (Red+Green+Blue) = 82+102+122=306 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.80% from 306); Green value is 102 (40.23% from 255 or 33.33% from 306); Blue value is 122 (48.05% from 255 or 39.87% from 306); Max value from RGB is 122 - color contains mainly: blue. Hex color #52667A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52667A is #AD9985. Grayscale: #626262. Windows color (decimal): -11377030 or 8021586. OLE color: 8021586.

HSL color Cylindrical-coordinate representation of color #52667A: hue angle of 210º degrees, saturation: 0.2, 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 #52667A is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 82 102 122 -
CMYK 0.33 0.16 0 0.52
HSL 210º 0.2% 0.4% -
HSV(B) 210º 0.33% 0.48% -
XYZ 11.74 12.7 20.25 -
YUV 98.3 141.37 116.37 -
System Red Green Blue C M Y K H S L
Decimal 82 102 122 0.33 0.16 0 0.52 210 0.2 0.4
Hex 52 66 7A 21 10 0 34 D2 14 28
Octal 122 146 172 41 20 0 64 322 24 50
Binary 1010010 1100110 1111010 100001 10000 0 110100 11010010 10100 101000

Color Harmonies of #52667A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52667A

Black with #52667A

Text Example


Text Example

White with #52667A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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