Html Css Color HEX #528275 Cutty Sark

📋 copy color: '#528275'

red 82 ◦ green 130 ◦ blue 117

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

Shades of Cutty Sark #528275

Tints of Cutty Sark #528275

RGB

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

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

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

R = 24.92%
G = 39.51%
B = 35.56%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.1

 K value IS 0.49

RGB Variations

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

Color information

#528275 (or 0x528275) is known color: Cutty Sark. HEX triplet: 52, 82 and 75. RGB value is (82,130,117). Sum of RGB (Red+Green+Blue) = 82+130+117=329 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.92% from 329); Green value is 130 (51.17% from 255 or 39.51% from 329); Blue value is 117 (46.09% from 255 or 35.56% from 329); Max value from RGB is 130 - color contains mainly: green. Hex color #528275 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528275 is #AD7D8A. Grayscale: #727272. Windows color (decimal): -11369867 or 7701074. OLE color: 7701074.

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

Color convert

RGB 82 130 117 -
CMYK 0.37 0 0.1 0.49
HSL 163.75º 0.23% 0.42% -
HSV(B) 163.75º 0.37% 0.51% -
XYZ 14.67 19.04 19.73 -
YUV 114.17 129.6 105.06 -
System Red Green Blue C M Y K H S L
Decimal 82 130 117 0.37 0 0.1 0.49 163.75 0.23 0.42
Hex 52 82 75 25 0 A 31 A4 17 2A
Octal 122 202 165 45 0 12 61 244 27 52
Binary 1010010 10000010 1110101 100101 0 1010 110001 10100100 10111 101010

Color Harmonies of #528275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528275

Black with #528275

Text Example


Text Example

White with #528275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528275; }

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

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

background-color css

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

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

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

border-color css

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

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

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