Html Css Color HEX #528175 Cutty Sark

📋 copy color: '#528175'

red 82 ◦ green 129 ◦ blue 117

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

Shades of Cutty Sark #528175

Tints of Cutty Sark #528175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 35.67%

R = 25%
G = 39.33%
B = 35.67%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#528175 (or 0x528175) is known color: Cutty Sark. HEX triplet: 52, 81 and 75. RGB value is (82,129,117). Sum of RGB (Red+Green+Blue) = 82+129+117=328 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25% from 328); Green value is 129 (50.78% from 255 or 39.33% from 328); Blue value is 117 (46.09% from 255 or 35.67% from 328); Max value from RGB is 129 - color contains mainly: green. Hex color #528175 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528175 is #AD7E8A. Grayscale: #717171. Windows color (decimal): -11370123 or 7700818. OLE color: 7700818.

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

Color convert

RGB 82 129 117 -
CMYK 0.36 0 0.09 0.49
HSL 164.68º 0.22% 0.41% -
HSV(B) 164.68º 0.36% 0.51% -
XYZ 14.54 18.78 19.69 -
YUV 113.58 129.93 105.48 -
System Red Green Blue C M Y K H S L
Decimal 82 129 117 0.36 0 0.09 0.49 164.68 0.22 0.41
Hex 52 81 75 24 0 9 31 A5 16 29
Octal 122 201 165 44 0 11 61 245 26 51
Binary 1010010 10000001 1110101 100100 0 1001 110001 10100101 10110 101001

Color Harmonies of #528175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528175

Black with #528175

Text Example


Text Example

White with #528175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528175; }

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

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

background-color css

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

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

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

border-color css

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

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

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