Html Css Color HEX #528273 Cutty Sark

📋 copy color: '#528273'

red 82 ◦ green 130 ◦ blue 115

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

Shades of Cutty Sark #528273

Tints of Cutty Sark #528273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 35.17%

R = 25.08%
G = 39.76%
B = 35.17%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#528273 (or 0x528273) is known color: Cutty Sark. HEX triplet: 52, 82 and 73. RGB value is (82,130,115). Sum of RGB (Red+Green+Blue) = 82+130+115=327 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.08% from 327); Green value is 130 (51.17% from 255 or 39.76% from 327); Blue value is 115 (45.31% from 255 or 35.17% from 327); Max value from RGB is 130 - color contains mainly: green. Hex color #528273 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528273 is #AD7D8C. Grayscale: #717171. Windows color (decimal): -11369869 or 7570002. OLE color: 7570002.

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

Color convert

RGB 82 130 115 -
CMYK 0.37 0 0.12 0.49
HSL 161.25º 0.23% 0.42% -
HSV(B) 161.25º 0.37% 0.51% -
XYZ 14.56 19 19.12 -
YUV 113.94 128.6 105.22 -
System Red Green Blue C M Y K H S L
Decimal 82 130 115 0.37 0 0.12 0.49 161.25 0.23 0.42
Hex 52 82 73 25 0 C 31 A1 17 2A
Octal 122 202 163 45 0 14 61 241 27 52
Binary 1010010 10000010 1110011 100101 0 1100 110001 10100001 10111 101010

Color Harmonies of #528273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528273

Black with #528273

Text Example


Text Example

White with #528273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528273; }

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

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

background-color css

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

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

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

border-color css

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

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

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