Html Css Color HEX #528276 Cutty Sark

📋 copy color: '#528276'

red 82 ◦ green 130 ◦ blue 118

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

Shades of Cutty Sark #528276

Tints of Cutty Sark #528276

RGB

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

 GREEN value IS 130 (51.17% from 255) = 39.39%

 BLUE value IS 118 (46.48% from 255) = 35.76%

R = 24.85%
G = 39.39%
B = 35.76%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#528276 (or 0x528276) is known color: Cutty Sark. HEX triplet: 52, 82 and 76. RGB value is (82,130,118). Sum of RGB (Red+Green+Blue) = 82+130+118=330 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.85% from 330); Green value is 130 (51.17% from 255 or 39.39% from 330); Blue value is 118 (46.48% from 255 or 35.76% from 330); Max value from RGB is 130 - color contains mainly: green. Hex color #528276 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528276 is #AD7D89. Grayscale: #727272. Windows color (decimal): -11369866 or 7766610. OLE color: 7766610.

HSL color Cylindrical-coordinate representation of color #528276: hue angle of 165º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #528276 is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB 82 130 118 -
CMYK 0.37 0 0.09 0.49
HSL 165º 0.23% 0.42% -
HSV(B) 165º 0.37% 0.51% -
XYZ 14.73 19.07 20.04 -
YUV 114.28 130.1 104.98 -
System Red Green Blue C M Y K H S L
Decimal 82 130 118 0.37 0 0.09 0.49 165 0.23 0.42
Hex 52 82 76 25 0 9 31 A5 17 2A
Octal 122 202 166 45 0 11 61 245 27 52
Binary 1010010 10000010 1110110 100101 0 1001 110001 10100101 10111 101010

Color Harmonies of #528276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528276

Black with #528276

Text Example


Text Example

White with #528276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528276; }

 p { color: rgb(82,130,118); }

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

background-color css

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

 a { background-color: rgb(82,130,118); }

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

border-color css

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

 span { border-color: rgb(82,130,118); }

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