Html Css Color HEX #528271 Cutty Sark

📋 copy color: '#528271'

red 82 ◦ green 130 ◦ blue 113

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

Shades of Cutty Sark #528271

Tints of Cutty Sark #528271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 34.77%

R = 25.23%
G = 40%
B = 34.77%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#528271 (or 0x528271) is known color: Cutty Sark. HEX triplet: 52, 82 and 71. RGB value is (82,130,113). Sum of RGB (Red+Green+Blue) = 82+130+113=325 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.23% from 325); Green value is 130 (51.17% from 255 or 40% from 325); Blue value is 113 (44.53% from 255 or 34.77% from 325); Max value from RGB is 130 - color contains mainly: green. Hex color #528271 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528271 is #AD7D8E. Grayscale: #717171. Windows color (decimal): -11369871 or 7438930. OLE color: 7438930.

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

Color convert

RGB 82 130 113 -
CMYK 0.37 0 0.13 0.49
HSL 158.75º 0.23% 0.42% -
HSV(B) 158.75º 0.37% 0.51% -
XYZ 14.44 18.95 18.52 -
YUV 113.71 127.6 105.38 -
System Red Green Blue C M Y K H S L
Decimal 82 130 113 0.37 0 0.13 0.49 158.75 0.23 0.42
Hex 52 82 71 25 0 D 31 9F 17 2A
Octal 122 202 161 45 0 15 61 237 27 52
Binary 1010010 10000010 1110001 100101 0 1101 110001 10011111 10111 101010

Color Harmonies of #528271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528271

Black with #528271

Text Example


Text Example

White with #528271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528271; }

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

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

background-color css

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

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

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

border-color css

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

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

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