Html Css Color HEX #52846E Cutty Sark

📋 copy color: '#52846E'

red 82 ◦ green 132 ◦ blue 110

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

Shades of Cutty Sark #52846E

Tints of Cutty Sark #52846E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.74%

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

R = 25.31%
G = 40.74%
B = 33.95%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#52846E (or 0x52846E) is known color: Cutty Sark. HEX triplet: 52, 84 and 6E. RGB value is (82,132,110). Sum of RGB (Red+Green+Blue) = 82+132+110=324 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.31% from 324); Green value is 132 (51.95% from 255 or 40.74% from 324); Blue value is 110 (43.36% from 255 or 33.95% from 324); Max value from RGB is 132 - color contains mainly: green. Hex color #52846E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52846E is #AD7B91. Grayscale: #727272. Windows color (decimal): -11369362 or 7242834. OLE color: 7242834.

HSL color Cylindrical-coordinate representation of color #52846E: hue angle of 153.6º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #52846E is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 82 132 110 -
CMYK 0.38 0 0.17 0.48
HSL 153.6º 0.23% 0.42% -
HSV(B) 153.6º 0.38% 0.52% -
XYZ 14.55 19.42 17.73 -
YUV 114.54 125.44 104.79 -
System Red Green Blue C M Y K H S L
Decimal 82 132 110 0.38 0 0.17 0.48 153.6 0.23 0.42
Hex 52 84 6E 26 0 11 30 9A 17 2A
Octal 122 204 156 46 0 21 60 232 27 52
Binary 1010010 10000100 1101110 100110 0 10001 110000 10011010 10111 101010

Color Harmonies of #52846E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52846E

Black with #52846E

Text Example


Text Example

White with #52846E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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