Html Css Color HEX #528376 Cutty Sark

📋 copy color: '#528376'

red 82 ◦ green 131 ◦ blue 118

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

Shades of Cutty Sark #528376

Tints of Cutty Sark #528376

RGB

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

 GREEN value IS 131 (51.56% from 255) = 39.58%

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

R = 24.77%
G = 39.58%
B = 35.65%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.10

 K value IS 0.49

RGB Variations

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

Color information

#528376 (or 0x528376) is known color: Cutty Sark. HEX triplet: 52, 83 and 76. RGB value is (82,131,118). Sum of RGB (Red+Green+Blue) = 82+131+118=331 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.77% from 331); Green value is 131 (51.56% from 255 or 39.58% from 331); Blue value is 118 (46.48% from 255 or 35.65% from 331); Max value from RGB is 131 - color contains mainly: green. Hex color #528376 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528376 is #AD7C89. Grayscale: #727272. Windows color (decimal): -11369610 or 7766866. OLE color: 7766866.

HSL color Cylindrical-coordinate representation of color #528376: hue angle of 164.08º 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 #528376 is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.49.

Color convert

RGB 82 131 118 -
CMYK 0.37 0 0.10 0.49
HSL 164.08º 0.23% 0.42% -
HSV(B) 164.08º 0.37% 0.51% -
XYZ 14.87 19.33 20.09 -
YUV 114.87 129.77 104.56 -
System Red Green Blue C M Y K H S L
Decimal 82 131 118 0.37 0 0.10 0.49 164.08 0.23 0.42
Hex 52 83 76 25 0 A 31 A4 17 2A
Octal 122 203 166 45 0 12 61 244 27 52
Binary 1010010 10000011 1110110 100101 0 1010 110001 10100100 10111 101010

Color Harmonies of #528376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528376

Black with #528376

Text Example


Text Example

White with #528376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528376; }

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

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

background-color css

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

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

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

border-color css

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

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

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