Html Css Color HEX #52916E Cutty Sark

📋 copy color: '#52916E'

red 82 ◦ green 145 ◦ blue 110

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

Shades of Cutty Sark #52916E

Tints of Cutty Sark #52916E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 43.03%

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

R = 24.33%
G = 43.03%
B = 32.64%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.24

 K value IS 0.43

RGB Variations

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

Color information

#52916E (or 0x52916E) is known color: Cutty Sark. HEX triplet: 52, 91 and 6E. RGB value is (82,145,110). Sum of RGB (Red+Green+Blue) = 82+145+110=337 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.33% from 337); Green value is 145 (57.03% from 255 or 43.03% from 337); Blue value is 110 (43.36% from 255 or 32.64% from 337); Max value from RGB is 145 - color contains mainly: green. Hex color #52916E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52916E is #AD6E91. Grayscale: #7A7A7A. Windows color (decimal): -11366034 or 7246162. OLE color: 7246162.

HSL color Cylindrical-coordinate representation of color #52916E: hue angle of 146.67º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #52916E is Cyan = 0.43, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.

Color convert

RGB 82 145 110 -
CMYK 0.43 0 0.24 0.43
HSL 146.67º 0.28% 0.45% -
HSV(B) 146.67º 0.43% 0.57% -
XYZ 16.42 23.17 18.36 -
YUV 122.17 121.13 99.35 -
System Red Green Blue C M Y K H S L
Decimal 82 145 110 0.43 0 0.24 0.43 146.67 0.28 0.45
Hex 52 91 6E 2B 0 18 2B 93 1C 2D
Octal 122 221 156 53 0 30 53 223 34 55
Binary 1010010 10010001 1101110 101011 0 11000 101011 10010011 11100 101101

Color Harmonies of #52916E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52916E

Black with #52916E

Text Example


Text Example

White with #52916E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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