Html Css Color HEX #527488 Wedgewood

📋 copy color: '#527488'

red 82 ◦ green 116 ◦ blue 136

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

Shades of Wedgewood #527488

Tints of Wedgewood #527488

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.73%

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

R = 24.55%
G = 34.73%
B = 40.72%

CMYK

 C value IS 0.40

 M value IS 0.15

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#527488 (or 0x527488) is known color: Wedgewood. HEX triplet: 52, 74 and 88. RGB value is (82,116,136). Sum of RGB (Red+Green+Blue) = 82+116+136=334 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.55% from 334); Green value is 116 (45.70% from 255 or 34.73% from 334); Blue value is 136 (53.52% from 255 or 40.72% from 334); Max value from RGB is 136 - color contains mainly: blue. Hex color #527488 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527488 is #AD8B77. Grayscale: #6C6C6C. Windows color (decimal): -11373432 or 8942674. OLE color: 8942674.

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

Color convert

RGB 82 116 136 -
CMYK 0.40 0.15 0 0.47
HSL 202.22º 0.25% 0.43% -
HSV(B) 202.22º 0.4% 0.53% -
XYZ 14.17 16.06 25.65 -
YUV 108.11 143.74 109.37 -
System Red Green Blue C M Y K H S L
Decimal 82 116 136 0.40 0.15 0 0.47 202.22 0.25 0.43
Hex 52 74 88 28 F 0 2F CA 19 2B
Octal 122 164 210 50 17 0 57 312 31 53
Binary 1010010 1110100 10001000 101000 1111 0 101111 11001010 11001 101011

Color Harmonies of #527488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527488

Black with #527488

Text Example


Text Example

White with #527488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527488; }

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

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

background-color css

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

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

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

border-color css

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

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

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