Html Css Color HEX #528773 Cutty Sark

📋 copy color: '#528773'

red 82 ◦ green 135 ◦ blue 115

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

Shades of Cutty Sark #528773

Tints of Cutty Sark #528773

RGB

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

 GREEN value IS 135 (53.13% from 255) = 40.66%

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

R = 24.7%
G = 40.66%
B = 34.64%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#528773 (or 0x528773) is known color: Cutty Sark. HEX triplet: 52, 87 and 73. RGB value is (82,135,115). Sum of RGB (Red+Green+Blue) = 82+135+115=332 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.70% from 332); Green value is 135 (53.12% from 255 or 40.66% from 332); Blue value is 115 (45.31% from 255 or 34.64% from 332); Max value from RGB is 135 - color contains mainly: green. Hex color #528773 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528773 is #AD788C. Grayscale: #747474. Windows color (decimal): -11368589 or 7571282. OLE color: 7571282.

HSL color Cylindrical-coordinate representation of color #528773: hue angle of 157.36º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #528773 is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB 82 135 115 -
CMYK 0.39 0 0.15 0.47
HSL 157.36º 0.24% 0.43% -
HSV(B) 157.36º 0.39% 0.53% -
XYZ 15.24 20.36 19.35 -
YUV 116.87 126.94 103.13 -
System Red Green Blue C M Y K H S L
Decimal 82 135 115 0.39 0 0.15 0.47 157.36 0.24 0.43
Hex 52 87 73 27 0 F 2F 9D 18 2B
Octal 122 207 163 47 0 17 57 235 30 53
Binary 1010010 10000111 1110011 100111 0 1111 101111 10011101 11000 101011

Color Harmonies of #528773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528773

Black with #528773

Text Example


Text Example

White with #528773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528773; }

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

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

background-color css

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

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

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

border-color css

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

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

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