Html Css Color HEX #52846A Cutty Sark

📋 copy color: '#52846A'

red 82 ◦ green 132 ◦ blue 106

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

Shades of Cutty Sark #52846A

Tints of Cutty Sark #52846A

RGB

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

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

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

R = 25.63%
G = 41.25%
B = 33.13%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#52846A (or 0x52846A) is known color: Cutty Sark. HEX triplet: 52, 84 and 6A. RGB value is (82,132,106). Sum of RGB (Red+Green+Blue) = 82+132+106=320 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.62% from 320); Green value is 132 (51.95% from 255 or 41.25% from 320); Blue value is 106 (41.80% from 255 or 33.12% from 320); Max value from RGB is 132 - color contains mainly: green. Hex color #52846A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52846A is #AD7B95. Grayscale: #727272. Windows color (decimal): -11369366 or 6980690. OLE color: 6980690.

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

Color convert

RGB 82 132 106 -
CMYK 0.38 0 0.20 0.48
HSL 148.8º 0.23% 0.42% -
HSV(B) 148.8º 0.38% 0.52% -
XYZ 14.33 19.34 16.61 -
YUV 114.09 123.44 105.11 -
System Red Green Blue C M Y K H S L
Decimal 82 132 106 0.38 0 0.20 0.48 148.8 0.23 0.42
Hex 52 84 6A 26 0 14 30 95 17 2A
Octal 122 204 152 46 0 24 60 225 27 52
Binary 1010010 10000100 1101010 100110 0 10100 110000 10010101 10111 101010

Color Harmonies of #52846A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52846A

Black with #52846A

Text Example


Text Example

White with #52846A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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