Html Css Color HEX #528478 Cutty Sark

📋 copy color: '#528478'

red 82 ◦ green 132 ◦ blue 120

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

Shades of Cutty Sark #528478

Tints of Cutty Sark #528478

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.52%

 BLUE value IS 120 (47.27% from 255) = 35.93%

R = 24.55%
G = 39.52%
B = 35.93%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#528478 (or 0x528478) is known color: Cutty Sark. HEX triplet: 52, 84 and 78. RGB value is (82,132,120). Sum of RGB (Red+Green+Blue) = 82+132+120=334 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.55% from 334); Green value is 132 (51.95% from 255 or 39.52% from 334); Blue value is 120 (47.27% from 255 or 35.93% from 334); Max value from RGB is 132 - color contains mainly: green. Hex color #528478 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528478 is #AD7B87. Grayscale: #737373. Windows color (decimal): -11369352 or 7898194. OLE color: 7898194.

HSL color Cylindrical-coordinate representation of color #528478: hue angle of 165.6º degrees, saturation: 0.23, 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 #528478 is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB 82 132 120 -
CMYK 0.38 0 0.09 0.48
HSL 165.6º 0.23% 0.42% -
HSV(B) 165.6º 0.38% 0.52% -
XYZ 15.12 19.65 20.77 -
YUV 115.68 130.44 103.98 -
System Red Green Blue C M Y K H S L
Decimal 82 132 120 0.38 0 0.09 0.48 165.6 0.23 0.42
Hex 52 84 78 26 0 9 30 A6 17 2A
Octal 122 204 170 46 0 11 60 246 27 52
Binary 1010010 10000100 1111000 100110 0 1001 110000 10100110 10111 101010

Color Harmonies of #528478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528478

Black with #528478

Text Example


Text Example

White with #528478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528478; }

 p { color: rgb(82,132,120); }

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

background-color css

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

 a { background-color: rgb(82,132,120); }

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

border-color css

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

 span { border-color: rgb(82,132,120); }

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