Html Css Color HEX #52768F Wedgewood

📋 copy color: '#52768F'

red 82 ◦ green 118 ◦ blue 143

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

Shades of Wedgewood #52768F

Tints of Wedgewood #52768F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.4%

 BLUE value IS 143 (56.25% from 255) = 41.69%

R = 23.91%
G = 34.4%
B = 41.69%

CMYK

 C value IS 0.43

 M value IS 0.17

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#52768F (or 0x52768F) is known color: Wedgewood. HEX triplet: 52, 76 and 8F. RGB value is (82,118,143). Sum of RGB (Red+Green+Blue) = 82+118+143=343 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.91% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 143 (56.25% from 255 or 41.69% from 343); Max value from RGB is 143 - color contains mainly: blue. Hex color #52768F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52768F is #AD8970. Grayscale: #6D6D6D. Windows color (decimal): -11372913 or 9401938. OLE color: 9401938.

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

Color convert

RGB 82 118 143 -
CMYK 0.43 0.17 0 0.44
HSL 204.59º 0.27% 0.44% -
HSV(B) 204.59º 0.43% 0.56% -
XYZ 14.92 16.73 28.43 -
YUV 110.09 146.57 107.97 -
System Red Green Blue C M Y K H S L
Decimal 82 118 143 0.43 0.17 0 0.44 204.59 0.27 0.44
Hex 52 76 8F 2B 11 0 2C CD 1B 2C
Octal 122 166 217 53 21 0 54 315 33 54
Binary 1010010 1110110 10001111 101011 10001 0 101100 11001101 11011 101100

Color Harmonies of #52768F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52768F

Black with #52768F

Text Example


Text Example

White with #52768F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52768F; }

 p { color: rgb(82,118,143); }

 H1.HeaderClassName
 {
   color: #52768F;
 }
 .AnyTagClassName
 {
   color: #52768F;
 }
</style>

background-color css

<style>
 a { background-color: #52768F; }

 a { background-color: rgb(82,118,143); }

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

border-color css

<style>
 span { border-color: #52768F; }

 span { border-color: rgb(82,118,143); }

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