Html Css Color HEX #527589 Wedgewood

📋 copy color: '#527589'

red 82 ◦ green 117 ◦ blue 137

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

Shades of Wedgewood #527589

Tints of Wedgewood #527589

RGB

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

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

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

R = 24.4%
G = 34.82%
B = 40.77%

CMYK

 C value IS 0.40

 M value IS 0.15

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#527589 (or 0x527589) is known color: Wedgewood. HEX triplet: 52, 75 and 89. RGB value is (82,117,137). Sum of RGB (Red+Green+Blue) = 82+117+137=336 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.40% from 336); Green value is 117 (46.09% from 255 or 34.82% from 336); Blue value is 137 (53.91% from 255 or 40.77% from 336); Max value from RGB is 137 - color contains mainly: blue. Hex color #527589 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527589 is #AD8A76. Grayscale: #6C6C6C. Windows color (decimal): -11373175 or 9008466. OLE color: 9008466.

HSL color Cylindrical-coordinate representation of color #527589: hue angle of 201.82º 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 #527589 is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 82 117 137 -
CMYK 0.40 0.15 0 0.46
HSL 201.82º 0.25% 0.43% -
HSV(B) 201.82º 0.4% 0.54% -
XYZ 14.36 16.32 26.06 -
YUV 108.82 143.9 108.87 -
System Red Green Blue C M Y K H S L
Decimal 82 117 137 0.40 0.15 0 0.46 201.82 0.25 0.43
Hex 52 75 89 28 F 0 2E CA 19 2B
Octal 122 165 211 50 17 0 56 312 31 53
Binary 1010010 1110101 10001001 101000 1111 0 101110 11001010 11001 101011

Color Harmonies of #527589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527589

Black with #527589

Text Example


Text Example

White with #527589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527589; }

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

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

background-color css

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

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

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

border-color css

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

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

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