Html Css Color HEX #528375 Cutty Sark

📋 copy color: '#528375'

red 82 ◦ green 131 ◦ blue 117

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

Shades of Cutty Sark #528375

Tints of Cutty Sark #528375

RGB

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

 GREEN value IS 131 (51.56% from 255) = 39.7%

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

R = 24.85%
G = 39.7%
B = 35.45%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#528375 (or 0x528375) is known color: Cutty Sark. HEX triplet: 52, 83 and 75. RGB value is (82,131,117). Sum of RGB (Red+Green+Blue) = 82+131+117=330 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.85% from 330); Green value is 131 (51.56% from 255 or 39.70% from 330); Blue value is 117 (46.09% from 255 or 35.45% from 330); Max value from RGB is 131 - color contains mainly: green. Hex color #528375 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528375 is #AD7C8A. Grayscale: #727272. Windows color (decimal): -11369611 or 7701330. OLE color: 7701330.

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

Color convert

RGB 82 131 117 -
CMYK 0.37 0 0.11 0.49
HSL 162.86º 0.23% 0.42% -
HSV(B) 162.86º 0.37% 0.51% -
XYZ 14.81 19.31 19.78 -
YUV 114.75 129.27 104.64 -
System Red Green Blue C M Y K H S L
Decimal 82 131 117 0.37 0 0.11 0.49 162.86 0.23 0.42
Hex 52 83 75 25 0 B 31 A3 17 2A
Octal 122 203 165 45 0 13 61 243 27 52
Binary 1010010 10000011 1110101 100101 0 1011 110001 10100011 10111 101010

Color Harmonies of #528375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528375

Black with #528375

Text Example


Text Example

White with #528375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528375; }

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

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

background-color css

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

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

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

border-color css

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

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

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