Html Css Color HEX #527288 Wedgewood

📋 copy color: '#527288'

red 82 ◦ green 114 ◦ blue 136

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

Shades of Wedgewood #527288

Tints of Wedgewood #527288

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.34%

 BLUE value IS 136 (53.52% from 255) = 40.96%

R = 24.7%
G = 34.34%
B = 40.96%

CMYK

 C value IS 0.40

 M value IS 0.16

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#527288 (or 0x527288) is known color: Wedgewood. HEX triplet: 52, 72 and 88. RGB value is (82,114,136). Sum of RGB (Red+Green+Blue) = 82+114+136=332 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.70% from 332); Green value is 114 (44.92% from 255 or 34.34% from 332); Blue value is 136 (53.52% from 255 or 40.96% from 332); Max value from RGB is 136 - color contains mainly: blue. Hex color #527288 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527288 is #AD8D77. Grayscale: #6A6A6A. Windows color (decimal): -11373944 or 8942162. OLE color: 8942162.

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

Color convert

RGB 82 114 136 -
CMYK 0.40 0.16 0 0.47
HSL 204.44º 0.25% 0.43% -
HSV(B) 204.44º 0.4% 0.53% -
XYZ 13.94 15.61 25.57 -
YUV 106.94 144.4 110.21 -
System Red Green Blue C M Y K H S L
Decimal 82 114 136 0.40 0.16 0 0.47 204.44 0.25 0.43
Hex 52 72 88 28 10 0 2F CC 19 2B
Octal 122 162 210 50 20 0 57 314 31 53
Binary 1010010 1110010 10001000 101000 10000 0 101111 11001100 11001 101011

Color Harmonies of #527288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527288

Black with #527288

Text Example


Text Example

White with #527288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527288; }

 p { color: rgb(82,114,136); }

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

background-color css

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

 a { background-color: rgb(82,114,136); }

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

border-color css

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

 span { border-color: rgb(82,114,136); }

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