Html Css Color HEX #528570 Cutty Sark

📋 copy color: '#528570'

red 82 ◦ green 133 ◦ blue 112

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

Shades of Cutty Sark #528570

Tints of Cutty Sark #528570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 34.25%

R = 25.08%
G = 40.67%
B = 34.25%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#528570 (or 0x528570) is known color: Cutty Sark. HEX triplet: 52, 85 and 70. RGB value is (82,133,112). Sum of RGB (Red+Green+Blue) = 82+133+112=327 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.08% from 327); Green value is 133 (52.34% from 255 or 40.67% from 327); Blue value is 112 (44.14% from 255 or 34.25% from 327); Max value from RGB is 133 - color contains mainly: green. Hex color #528570 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528570 is #AD7A8F. Grayscale: #737373. Windows color (decimal): -11369104 or 7374162. OLE color: 7374162.

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

Color convert

RGB 82 133 112 -
CMYK 0.38 0 0.16 0.48
HSL 155.29º 0.24% 0.42% -
HSV(B) 155.29º 0.38% 0.52% -
XYZ 14.79 19.74 18.36 -
YUV 115.36 126.1 104.21 -
System Red Green Blue C M Y K H S L
Decimal 82 133 112 0.38 0 0.16 0.48 155.29 0.24 0.42
Hex 52 85 70 26 0 10 30 9B 18 2A
Octal 122 205 160 46 0 20 60 233 30 52
Binary 1010010 10000101 1110000 100110 0 10000 110000 10011011 11000 101010

Color Harmonies of #528570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528570

Black with #528570

Text Example


Text Example

White with #528570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528570; }

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

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

background-color css

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

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

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

border-color css

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

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

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