Html Css Color HEX #528573 Cutty Sark

📋 copy color: '#528573'

red 82 ◦ green 133 ◦ blue 115

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

Shades of Cutty Sark #528573

Tints of Cutty Sark #528573

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.3%

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

R = 24.85%
G = 40.3%
B = 34.85%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#528573 (or 0x528573) is known color: Cutty Sark. HEX triplet: 52, 85 and 73. RGB value is (82,133,115). Sum of RGB (Red+Green+Blue) = 82+133+115=330 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.85% from 330); Green value is 133 (52.34% from 255 or 40.30% from 330); Blue value is 115 (45.31% from 255 or 34.85% from 330); Max value from RGB is 133 - color contains mainly: green. Hex color #528573 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528573 is #AD7A8C. Grayscale: #737373. Windows color (decimal): -11369101 or 7570770. OLE color: 7570770.

HSL color Cylindrical-coordinate representation of color #528573: hue angle of 158.82º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #528573 is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 82 133 115 -
CMYK 0.38 0 0.14 0.48
HSL 158.82º 0.24% 0.42% -
HSV(B) 158.82º 0.38% 0.52% -
XYZ 14.96 19.81 19.25 -
YUV 115.7 127.6 103.96 -
System Red Green Blue C M Y K H S L
Decimal 82 133 115 0.38 0 0.14 0.48 158.82 0.24 0.42
Hex 52 85 73 26 0 E 30 9F 18 2A
Octal 122 205 163 46 0 16 60 237 30 52
Binary 1010010 10000101 1110011 100110 0 1110 110000 10011111 11000 101010

Color Harmonies of #528573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528573

Black with #528573

Text Example


Text Example

White with #528573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528573; }

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

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

background-color css

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

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

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

border-color css

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

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

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