Html Css Color HEX #52846C Cutty Sark

📋 copy color: '#52846C'

red 82 ◦ green 132 ◦ blue 108

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

Shades of Cutty Sark #52846C

Tints of Cutty Sark #52846C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 33.54%

R = 25.47%
G = 40.99%
B = 33.54%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#52846C (or 0x52846C) is known color: Cutty Sark. HEX triplet: 52, 84 and 6C. RGB value is (82,132,108). Sum of RGB (Red+Green+Blue) = 82+132+108=322 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.47% from 322); Green value is 132 (51.95% from 255 or 40.99% from 322); Blue value is 108 (42.58% from 255 or 33.54% from 322); Max value from RGB is 132 - color contains mainly: green. Hex color #52846C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52846C is #AD7B93. Grayscale: #727272. Windows color (decimal): -11369364 or 7111762. OLE color: 7111762.

HSL color Cylindrical-coordinate representation of color #52846C: hue angle of 151.2º 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 #52846C is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB 82 132 108 -
CMYK 0.38 0 0.18 0.48
HSL 151.2º 0.23% 0.42% -
HSV(B) 151.2º 0.38% 0.52% -
XYZ 14.44 19.38 17.17 -
YUV 114.31 124.44 104.95 -
System Red Green Blue C M Y K H S L
Decimal 82 132 108 0.38 0 0.18 0.48 151.2 0.23 0.42
Hex 52 84 6C 26 0 12 30 97 17 2A
Octal 122 204 154 46 0 22 60 227 27 52
Binary 1010010 10000100 1101100 100110 0 10010 110000 10010111 10111 101010

Color Harmonies of #52846C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52846C

Black with #52846C

Text Example


Text Example

White with #52846C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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