Html Css Color HEX #52758D Wedgewood

📋 copy color: '#52758D'

red 82 ◦ green 117 ◦ blue 141

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

Shades of Wedgewood #52758D

Tints of Wedgewood #52758D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.41%

 BLUE value IS 141 (55.47% from 255) = 41.47%

R = 24.12%
G = 34.41%
B = 41.47%

CMYK

 C value IS 0.42

 M value IS 0.17

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#52758D (or 0x52758D) is known color: Wedgewood. HEX triplet: 52, 75 and 8D. RGB value is (82,117,141). Sum of RGB (Red+Green+Blue) = 82+117+141=340 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.12% from 340); Green value is 117 (46.09% from 255 or 34.41% from 340); Blue value is 141 (55.47% from 255 or 41.47% from 340); Max value from RGB is 141 - color contains mainly: blue. Hex color #52758D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52758D is #AD8A72. Grayscale: #6D6D6D. Windows color (decimal): -11373171 or 9270610. OLE color: 9270610.

HSL color Cylindrical-coordinate representation of color #52758D: hue angle of 204.41º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #52758D is Cyan = 0.42, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 82 117 141 -
CMYK 0.42 0.17 0 0.45
HSL 204.41º 0.26% 0.44% -
HSV(B) 204.41º 0.42% 0.55% -
XYZ 14.65 16.44 27.6 -
YUV 109.27 145.9 108.55 -
System Red Green Blue C M Y K H S L
Decimal 82 117 141 0.42 0.17 0 0.45 204.41 0.26 0.44
Hex 52 75 8D 2A 11 0 2D CC 1A 2C
Octal 122 165 215 52 21 0 55 314 32 54
Binary 1010010 1110101 10001101 101010 10001 0 101101 11001100 11010 101100

Color Harmonies of #52758D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52758D

Black with #52758D

Text Example


Text Example

White with #52758D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,117,141); }

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

background-color css

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

 a { background-color: rgb(82,117,141); }

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

border-color css

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

 span { border-color: rgb(82,117,141); }

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