Html Css Color HEX #528577 Cutty Sark

📋 copy color: '#528577'

red 82 ◦ green 133 ◦ blue 119

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

Shades of Cutty Sark #528577

Tints of Cutty Sark #528577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 35.63%

R = 24.55%
G = 39.82%
B = 35.63%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#528577 (or 0x528577) is known color: Cutty Sark. HEX triplet: 52, 85 and 77. RGB value is (82,133,119). Sum of RGB (Red+Green+Blue) = 82+133+119=334 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.55% from 334); Green value is 133 (52.34% from 255 or 39.82% from 334); Blue value is 119 (46.88% from 255 or 35.63% from 334); Max value from RGB is 133 - color contains mainly: green. Hex color #528577 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528577 is #AD7A88. Grayscale: #747474. Windows color (decimal): -11369097 or 7832914. OLE color: 7832914.

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

Color convert

RGB 82 133 119 -
CMYK 0.38 0 0.11 0.48
HSL 163.53º 0.24% 0.42% -
HSV(B) 163.53º 0.38% 0.52% -
XYZ 15.2 19.9 20.49 -
YUV 116.16 129.6 103.64 -
System Red Green Blue C M Y K H S L
Decimal 82 133 119 0.38 0 0.11 0.48 163.53 0.24 0.42
Hex 52 85 77 26 0 B 30 A4 18 2A
Octal 122 205 167 46 0 13 60 244 30 52
Binary 1010010 10000101 1110111 100110 0 1011 110000 10100100 11000 101010

Color Harmonies of #528577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528577

Black with #528577

Text Example


Text Example

White with #528577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528577; }

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

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

background-color css

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

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

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

border-color css

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

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

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