Html Css Color HEX #528172 Cutty Sark

📋 copy color: '#528172'

red 82 ◦ green 129 ◦ blue 114

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

Shades of Cutty Sark #528172

Tints of Cutty Sark #528172

RGB

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

 GREEN value IS 129 (50.78% from 255) = 39.69%

 BLUE value IS 114 (44.92% from 255) = 35.08%

R = 25.23%
G = 39.69%
B = 35.08%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#528172 (or 0x528172) is known color: Cutty Sark. HEX triplet: 52, 81 and 72. RGB value is (82,129,114). Sum of RGB (Red+Green+Blue) = 82+129+114=325 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.23% from 325); Green value is 129 (50.78% from 255 or 39.69% from 325); Blue value is 114 (44.92% from 255 or 35.08% from 325); Max value from RGB is 129 - color contains mainly: green. Hex color #528172 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528172 is #AD7E8D. Grayscale: #717171. Windows color (decimal): -11370126 or 7504210. OLE color: 7504210.

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

Color convert

RGB 82 129 114 -
CMYK 0.36 0 0.12 0.49
HSL 160.85º 0.22% 0.41% -
HSV(B) 160.85º 0.36% 0.51% -
XYZ 14.37 18.71 18.77 -
YUV 113.24 128.43 105.72 -
System Red Green Blue C M Y K H S L
Decimal 82 129 114 0.36 0 0.12 0.49 160.85 0.22 0.41
Hex 52 81 72 24 0 C 31 A1 16 29
Octal 122 201 162 44 0 14 61 241 26 51
Binary 1010010 10000001 1110010 100100 0 1100 110001 10100001 10110 101001

Color Harmonies of #528172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528172

Black with #528172

Text Example


Text Example

White with #528172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528172; }

 p { color: rgb(82,129,114); }

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

background-color css

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

 a { background-color: rgb(82,129,114); }

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

border-color css

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

 span { border-color: rgb(82,129,114); }

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