Html Css Color HEX #52758E Wedgewood

📋 copy color: '#52758E'

red 82 ◦ green 117 ◦ blue 142

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

Shades of Wedgewood #52758E

Tints of Wedgewood #52758E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 41.64%

R = 24.05%
G = 34.31%
B = 41.64%

CMYK

 C value IS 0.42

 M value IS 0.18

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#52758E (or 0x52758E) is known color: Wedgewood. HEX triplet: 52, 75 and 8E. RGB value is (82,117,142). Sum of RGB (Red+Green+Blue) = 82+117+142=341 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.05% from 341); Green value is 117 (46.09% from 255 or 34.31% from 341); Blue value is 142 (55.86% from 255 or 41.64% from 341); Max value from RGB is 142 - color contains mainly: blue. Hex color #52758E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52758E is #AD8A71. Grayscale: #6D6D6D. Windows color (decimal): -11373170 or 9336146. OLE color: 9336146.

HSL color Cylindrical-coordinate representation of color #52758E: hue angle of 205º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #52758E is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 82 117 142 -
CMYK 0.42 0.18 0 0.44
HSL 205º 0.27% 0.44% -
HSV(B) 205º 0.42% 0.56% -
XYZ 14.72 16.47 27.99 -
YUV 109.39 146.4 108.47 -
System Red Green Blue C M Y K H S L
Decimal 82 117 142 0.42 0.18 0 0.44 205 0.27 0.44
Hex 52 75 8E 2A 12 0 2C CD 1B 2C
Octal 122 165 216 52 22 0 54 315 33 54
Binary 1010010 1110101 10001110 101010 10010 0 101100 11001101 11011 101100

Color Harmonies of #52758E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52758E

Black with #52758E

Text Example


Text Example

White with #52758E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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