Html Css Color HEX #528472 Cutty Sark

📋 copy color: '#528472'

red 82 ◦ green 132 ◦ blue 114

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

Shades of Cutty Sark #528472

Tints of Cutty Sark #528472

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.24%

 BLUE value IS 114 (44.92% from 255) = 34.76%

R = 25%
G = 40.24%
B = 34.76%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#528472 (or 0x528472) is known color: Cutty Sark. HEX triplet: 52, 84 and 72. RGB value is (82,132,114). Sum of RGB (Red+Green+Blue) = 82+132+114=328 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25% from 328); Green value is 132 (51.95% from 255 or 40.24% from 328); Blue value is 114 (44.92% from 255 or 34.76% from 328); Max value from RGB is 132 - color contains mainly: green. Hex color #528472 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528472 is #AD7B8D. Grayscale: #737373. Windows color (decimal): -11369358 or 7504978. OLE color: 7504978.

HSL color Cylindrical-coordinate representation of color #528472: hue angle of 158.4º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #528472 is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 82 132 114 -
CMYK 0.38 0 0.14 0.48
HSL 158.4º 0.23% 0.42% -
HSV(B) 158.4º 0.38% 0.52% -
XYZ 14.77 19.51 18.91 -
YUV 115 127.44 104.46 -
System Red Green Blue C M Y K H S L
Decimal 82 132 114 0.38 0 0.14 0.48 158.4 0.23 0.42
Hex 52 84 72 26 0 E 30 9E 17 2A
Octal 122 204 162 46 0 16 60 236 27 52
Binary 1010010 10000100 1110010 100110 0 1110 110000 10011110 10111 101010

Color Harmonies of #528472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528472

Black with #528472

Text Example


Text Example

White with #528472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528472; }

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

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

background-color css

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

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

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

border-color css

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

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

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