Html Css Color HEX #527969 Cutty Sark

📋 copy color: '#527969'

red 82 ◦ green 121 ◦ blue 105

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

Shades of Cutty Sark #527969

Tints of Cutty Sark #527969

RGB

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

 GREEN value IS 121 (47.66% from 255) = 39.29%

 BLUE value IS 105 (41.41% from 255) = 34.09%

R = 26.62%
G = 39.29%
B = 34.09%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#527969 (or 0x527969) is known color: Cutty Sark. HEX triplet: 52, 79 and 69. RGB value is (82,121,105). Sum of RGB (Red+Green+Blue) = 82+121+105=308 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.62% from 308); Green value is 121 (47.66% from 255 or 39.29% from 308); Blue value is 105 (41.41% from 255 or 34.09% from 308); Max value from RGB is 121 - color contains mainly: green. Hex color #527969 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527969 is #AD8696. Grayscale: #6B6B6B. Windows color (decimal): -11372183 or 6912338. OLE color: 6912338.

HSL color Cylindrical-coordinate representation of color #527969: hue angle of 155.38º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #527969 is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB 82 121 105 -
CMYK 0.32 0 0.13 0.53
HSL 155.38º 0.19% 0.4% -
HSV(B) 155.38º 0.32% 0.47% -
XYZ 12.87 16.49 15.87 -
YUV 107.52 126.58 109.8 -
System Red Green Blue C M Y K H S L
Decimal 82 121 105 0.32 0 0.13 0.53 155.38 0.19 0.4
Hex 52 79 69 20 0 D 35 9B 13 28
Octal 122 171 151 40 0 15 65 233 23 50
Binary 1010010 1111001 1101001 100000 0 1101 110101 10011011 10011 101000

Color Harmonies of #527969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527969

Black with #527969

Text Example


Text Example

White with #527969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527969; }

 p { color: rgb(82,121,105); }

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

background-color css

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

 a { background-color: rgb(82,121,105); }

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

border-color css

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

 span { border-color: rgb(82,121,105); }

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