Html Css Color HEX #529075 Cutty Sark

📋 copy color: '#529075'

red 82 ◦ green 144 ◦ blue 117

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

Shades of Cutty Sark #529075

Tints of Cutty Sark #529075

RGB

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

 GREEN value IS 144 (56.64% from 255) = 41.98%

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

R = 23.91%
G = 41.98%
B = 34.11%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#529075 (or 0x529075) is known color: Cutty Sark. HEX triplet: 52, 90 and 75. RGB value is (82,144,117). Sum of RGB (Red+Green+Blue) = 82+144+117=343 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.91% from 343); Green value is 144 (56.64% from 255 or 41.98% from 343); Blue value is 117 (46.09% from 255 or 34.11% from 343); Max value from RGB is 144 - color contains mainly: green. Hex color #529075 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529075 is #AD6F8A. Grayscale: #7A7A7A. Windows color (decimal): -11366283 or 7704658. OLE color: 7704658.

HSL color Cylindrical-coordinate representation of color #529075: hue angle of 153.87º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #529075 is Cyan = 0.43, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB 82 144 117 -
CMYK 0.43 0 0.19 0.44
HSL 153.87º 0.27% 0.44% -
HSV(B) 153.87º 0.43% 0.56% -
XYZ 16.66 23.02 20.4 -
YUV 122.38 124.96 99.2 -
System Red Green Blue C M Y K H S L
Decimal 82 144 117 0.43 0 0.19 0.44 153.87 0.27 0.44
Hex 52 90 75 2B 0 13 2C 9A 1B 2C
Octal 122 220 165 53 0 23 54 232 33 54
Binary 1010010 10010000 1110101 101011 0 10011 101100 10011010 11011 101100

Color Harmonies of #529075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529075

Black with #529075

Text Example


Text Example

White with #529075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529075; }

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

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

background-color css

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

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

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

border-color css

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

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

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