Html Css Color HEX #52806E Cutty Sark

📋 copy color: '#52806E'

red 82 ◦ green 128 ◦ blue 110

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

Shades of Cutty Sark #52806E

Tints of Cutty Sark #52806E

RGB

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

 GREEN value IS 128 (50.39% from 255) = 40%

 BLUE value IS 110 (43.36% from 255) = 34.38%

R = 25.63%
G = 40%
B = 34.38%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.14

 K value IS 0.50

RGB Variations

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

Color information

#52806E (or 0x52806E) is known color: Cutty Sark. HEX triplet: 52, 80 and 6E. RGB value is (82,128,110). Sum of RGB (Red+Green+Blue) = 82+128+110=320 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.62% from 320); Green value is 128 (50.39% from 255 or 40% from 320); Blue value is 110 (43.36% from 255 or 34.38% from 320); Max value from RGB is 128 - color contains mainly: green. Hex color #52806E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52806E is #AD7F91. Grayscale: #707070. Windows color (decimal): -11370386 or 7241810. OLE color: 7241810.

HSL color Cylindrical-coordinate representation of color #52806E: hue angle of 156.52º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #52806E is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.50.

Color convert

RGB 82 128 110 -
CMYK 0.36 0 0.14 0.50
HSL 156.52º 0.22% 0.41% -
HSV(B) 156.52º 0.36% 0.5% -
XYZ 14.01 18.36 17.56 -
YUV 112.19 126.76 106.46 -
System Red Green Blue C M Y K H S L
Decimal 82 128 110 0.36 0 0.14 0.50 156.52 0.22 0.41
Hex 52 80 6E 24 0 E 32 9D 16 29
Octal 122 200 156 44 0 16 62 235 26 51
Binary 1010010 10000000 1101110 100100 0 1110 110010 10011101 10110 101001

Color Harmonies of #52806E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52806E

Black with #52806E

Text Example


Text Example

White with #52806E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52806E; }

 p { color: rgb(82,128,110); }

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

background-color css

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

 a { background-color: rgb(82,128,110); }

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

border-color css

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

 span { border-color: rgb(82,128,110); }

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