Html Css Color HEX #52776A Cutty Sark

📋 copy color: '#52776A'

red 82 ◦ green 119 ◦ blue 106

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

Shades of Cutty Sark #52776A

Tints of Cutty Sark #52776A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 34.53%

R = 26.71%
G = 38.76%
B = 34.53%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#52776A (or 0x52776A) is known color: Cutty Sark. HEX triplet: 52, 77 and 6A. RGB value is (82,119,106). Sum of RGB (Red+Green+Blue) = 82+119+106=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 119 (46.88% from 255 or 38.76% from 307); Blue value is 106 (41.80% from 255 or 34.53% from 307); Max value from RGB is 119 - color contains mainly: green. Hex color #52776A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52776A is #AD8895. Grayscale: #6A6A6A. Windows color (decimal): -11372694 or 6977362. OLE color: 6977362.

HSL color Cylindrical-coordinate representation of color #52776A: hue angle of 158.92º 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 #52776A is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB 82 119 106 -
CMYK 0.31 0 0.11 0.53
HSL 158.92º 0.18% 0.39% -
HSV(B) 158.92º 0.31% 0.47% -
XYZ 12.68 16.03 16.06 -
YUV 106.46 127.74 110.56 -
System Red Green Blue C M Y K H S L
Decimal 82 119 106 0.31 0 0.11 0.53 158.92 0.18 0.39
Hex 52 77 6A 1F 0 B 35 9F 12 27
Octal 122 167 152 37 0 13 65 237 22 47
Binary 1010010 1110111 1101010 11111 0 1011 110101 10011111 10010 100111

Color Harmonies of #52776A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52776A

Black with #52776A

Text Example


Text Example

White with #52776A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52776A; }

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

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

background-color css

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

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

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

border-color css

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

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

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