Html Css Color HEX #528069 Cutty Sark

📋 copy color: '#528069'

red 82 ◦ green 128 ◦ blue 105

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

Shades of Cutty Sark #528069

Tints of Cutty Sark #528069

RGB

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

 GREEN value IS 128 (50.39% from 255) = 40.63%

 BLUE value IS 105 (41.41% from 255) = 33.33%

R = 26.03%
G = 40.63%
B = 33.33%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.18

 K value IS 0.50

RGB Variations

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

Color information

#528069 (or 0x528069) is known color: Cutty Sark. HEX triplet: 52, 80 and 69. RGB value is (82,128,105). Sum of RGB (Red+Green+Blue) = 82+128+105=315 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.03% from 315); Green value is 128 (50.39% from 255 or 40.63% from 315); Blue value is 105 (41.41% from 255 or 33.33% from 315); Max value from RGB is 128 - color contains mainly: green. Hex color #528069 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528069 is #AD7F96. Grayscale: #6F6F6F. Windows color (decimal): -11370391 or 6914130. OLE color: 6914130.

HSL color Cylindrical-coordinate representation of color #528069: hue angle of 150º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #528069 is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.50.

Color convert

RGB 82 128 105 -
CMYK 0.36 0 0.18 0.50
HSL 150º 0.22% 0.41% -
HSV(B) 150º 0.36% 0.5% -
XYZ 13.75 18.25 16.16 -
YUV 111.62 124.26 106.87 -
System Red Green Blue C M Y K H S L
Decimal 82 128 105 0.36 0 0.18 0.50 150 0.22 0.41
Hex 52 80 69 24 0 12 32 96 16 29
Octal 122 200 151 44 0 22 62 226 26 51
Binary 1010010 10000000 1101001 100100 0 10010 110010 10010110 10110 101001

Color Harmonies of #528069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528069

Black with #528069

Text Example


Text Example

White with #528069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528069; }

 p { color: rgb(82,128,105); }

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

background-color css

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

 a { background-color: rgb(82,128,105); }

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

border-color css

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

 span { border-color: rgb(82,128,105); }

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