Html Css Color HEX #528269 Cutty Sark

📋 copy color: '#528269'

red 82 ◦ green 130 ◦ blue 105

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

Shades of Cutty Sark #528269

Tints of Cutty Sark #528269

RGB

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

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

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

R = 25.87%
G = 41.01%
B = 33.12%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#528269 (or 0x528269) is known color: Cutty Sark. HEX triplet: 52, 82 and 69. RGB value is (82,130,105). Sum of RGB (Red+Green+Blue) = 82+130+105=317 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.87% from 317); Green value is 130 (51.17% from 255 or 41.01% from 317); Blue value is 105 (41.41% from 255 or 33.12% from 317); Max value from RGB is 130 - color contains mainly: green. Hex color #528269 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528269 is #AD7D96. Grayscale: #707070. Windows color (decimal): -11369879 or 6914642. OLE color: 6914642.

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

Color convert

RGB 82 130 105 -
CMYK 0.37 0 0.19 0.49
HSL 148.75º 0.23% 0.42% -
HSV(B) 148.75º 0.37% 0.51% -
XYZ 14.01 18.78 16.25 -
YUV 112.8 123.6 106.03 -
System Red Green Blue C M Y K H S L
Decimal 82 130 105 0.37 0 0.19 0.49 148.75 0.23 0.42
Hex 52 82 69 25 0 13 31 95 17 2A
Octal 122 202 151 45 0 23 61 225 27 52
Binary 1010010 10000010 1101001 100101 0 10011 110001 10010101 10111 101010

Color Harmonies of #528269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528269

Black with #528269

Text Example


Text Example

White with #528269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528269; }

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

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

background-color css

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

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

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

border-color css

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

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

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