Html Css Color HEX #52657A Wedgewood

📋 copy color: '#52657A'

red 82 ◦ green 101 ◦ blue 122

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

Shades of Wedgewood #52657A

Tints of Wedgewood #52657A

RGB

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

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

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

R = 26.89%
G = 33.11%
B = 40%

CMYK

 C value IS 0.33

 M value IS 0.17

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#52657A (or 0x52657A) is known color: Wedgewood. HEX triplet: 52, 65 and 7A. RGB value is (82,101,122). Sum of RGB (Red+Green+Blue) = 82+101+122=305 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.89% from 305); Green value is 101 (39.84% from 255 or 33.11% from 305); Blue value is 122 (48.05% from 255 or 40% from 305); Max value from RGB is 122 - color contains mainly: blue. Hex color #52657A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52657A is #AD9A85. Grayscale: #616161. Windows color (decimal): -11377286 or 8021330. OLE color: 8021330.

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

Color convert

RGB 82 101 122 -
CMYK 0.33 0.17 0 0.52
HSL 211.5º 0.2% 0.4% -
HSV(B) 211.5º 0.33% 0.48% -
XYZ 11.65 12.51 20.21 -
YUV 97.71 141.71 116.79 -
System Red Green Blue C M Y K H S L
Decimal 82 101 122 0.33 0.17 0 0.52 211.5 0.2 0.4
Hex 52 65 7A 21 11 0 34 D4 14 28
Octal 122 145 172 41 21 0 64 324 24 50
Binary 1010010 1100101 1111010 100001 10001 0 110100 11010100 10100 101000

Color Harmonies of #52657A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52657A

Black with #52657A

Text Example


Text Example

White with #52657A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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