Html Css Color HEX #527389 Wedgewood

📋 copy color: '#527389'

red 82 ◦ green 115 ◦ blue 137

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

Shades of Wedgewood #527389

Tints of Wedgewood #527389

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.43%

 BLUE value IS 137 (53.91% from 255) = 41.02%

R = 24.55%
G = 34.43%
B = 41.02%

CMYK

 C value IS 0.40

 M value IS 0.16

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#527389 (or 0x527389) is known color: Wedgewood. HEX triplet: 52, 73 and 89. RGB value is (82,115,137). Sum of RGB (Red+Green+Blue) = 82+115+137=334 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.55% from 334); Green value is 115 (45.31% from 255 or 34.43% from 334); Blue value is 137 (53.91% from 255 or 41.02% from 334); Max value from RGB is 137 - color contains mainly: blue. Hex color #527389 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527389 is #AD8C76. Grayscale: #6B6B6B. Windows color (decimal): -11373687 or 9007954. OLE color: 9007954.

HSL color Cylindrical-coordinate representation of color #527389: hue angle of 204º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #527389 is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 82 115 137 -
CMYK 0.40 0.16 0 0.46
HSL 204º 0.25% 0.43% -
HSV(B) 204º 0.4% 0.54% -
XYZ 14.13 15.86 25.98 -
YUV 107.64 144.57 109.71 -
System Red Green Blue C M Y K H S L
Decimal 82 115 137 0.40 0.16 0 0.46 204 0.25 0.43
Hex 52 73 89 28 10 0 2E CC 19 2B
Octal 122 163 211 50 20 0 56 314 31 53
Binary 1010010 1110011 10001001 101000 10000 0 101110 11001100 11001 101011

Color Harmonies of #527389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527389

Black with #527389

Text Example


Text Example

White with #527389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527389; }

 p { color: rgb(82,115,137); }

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

background-color css

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

 a { background-color: rgb(82,115,137); }

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

border-color css

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

 span { border-color: rgb(82,115,137); }

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