Html Css Color HEX #527769 Cutty Sark

📋 copy color: '#527769'

red 82 ◦ green 119 ◦ blue 105

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

Shades of Cutty Sark #527769

Tints of Cutty Sark #527769

RGB

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

 GREEN value IS 119 (46.88% from 255) = 38.89%

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

R = 26.8%
G = 38.89%
B = 34.31%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#527769 (or 0x527769) is known color: Cutty Sark. HEX triplet: 52, 77 and 69. RGB value is (82,119,105). Sum of RGB (Red+Green+Blue) = 82+119+105=306 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.80% from 306); Green value is 119 (46.88% from 255 or 38.89% from 306); Blue value is 105 (41.41% from 255 or 34.31% from 306); Max value from RGB is 119 - color contains mainly: green. Hex color #527769 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527769 is #AD8896. Grayscale: #6A6A6A. Windows color (decimal): -11372695 or 6911826. OLE color: 6911826.

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

Color convert

RGB 82 119 105 -
CMYK 0.31 0 0.12 0.53
HSL 157.3º 0.18% 0.39% -
HSV(B) 157.3º 0.31% 0.47% -
XYZ 12.63 16.01 15.79 -
YUV 106.34 127.24 110.64 -
System Red Green Blue C M Y K H S L
Decimal 82 119 105 0.31 0 0.12 0.53 157.3 0.18 0.39
Hex 52 77 69 1F 0 C 35 9D 12 27
Octal 122 167 151 37 0 14 65 235 22 47
Binary 1010010 1110111 1101001 11111 0 1100 110101 10011101 10010 100111

Color Harmonies of #527769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527769

Black with #527769

Text Example


Text Example

White with #527769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527769; }

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

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

background-color css

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

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

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

border-color css

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

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

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