Html Css Color HEX #528572 Cutty Sark

📋 copy color: '#528572'

red 82 ◦ green 133 ◦ blue 114

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

Shades of Cutty Sark #528572

Tints of Cutty Sark #528572

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.43%

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

R = 24.92%
G = 40.43%
B = 34.65%

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

#528572 (or 0x528572) is known color: Cutty Sark. HEX triplet: 52, 85 and 72. RGB value is (82,133,114). Sum of RGB (Red+Green+Blue) = 82+133+114=329 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.92% from 329); Green value is 133 (52.34% from 255 or 40.43% from 329); Blue value is 114 (44.92% from 255 or 34.65% from 329); Max value from RGB is 133 - color contains mainly: green. Hex color #528572 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528572 is #AD7A8D. Grayscale: #737373. Windows color (decimal): -11369102 or 7505234. OLE color: 7505234.

HSL color Cylindrical-coordinate representation of color #528572: hue angle of 157.65º degrees, saturation: 0.24, 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 #528572 is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 82 133 114 -
CMYK 0.38 0 0.14 0.48
HSL 157.65º 0.24% 0.42% -
HSV(B) 157.65º 0.38% 0.52% -
XYZ 14.9 19.78 18.95 -
YUV 115.59 127.1 104.04 -
System Red Green Blue C M Y K H S L
Decimal 82 133 114 0.38 0 0.14 0.48 157.65 0.24 0.42
Hex 52 85 72 26 0 E 30 9E 18 2A
Octal 122 205 162 46 0 16 60 236 30 52
Binary 1010010 10000101 1110010 100110 0 1110 110000 10011110 11000 101010

Color Harmonies of #528572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528572

Black with #528572

Text Example


Text Example

White with #528572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528572; }

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

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

background-color css

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

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

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

border-color css

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

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

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