Html Css Color HEX #52856D Cutty Sark

📋 copy color: '#52856D'

red 82 ◦ green 133 ◦ blue 109

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

Shades of Cutty Sark #52856D

Tints of Cutty Sark #52856D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.05%

 BLUE value IS 109 (42.97% from 255) = 33.64%

R = 25.31%
G = 41.05%
B = 33.64%

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

#52856D (or 0x52856D) is known color: Cutty Sark. HEX triplet: 52, 85 and 6D. RGB value is (82,133,109). Sum of RGB (Red+Green+Blue) = 82+133+109=324 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.31% from 324); Green value is 133 (52.34% from 255 or 41.05% from 324); Blue value is 109 (42.97% from 255 or 33.64% from 324); Max value from RGB is 133 - color contains mainly: green. Hex color #52856D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52856D is #AD7A92. Grayscale: #737373. Windows color (decimal): -11369107 or 7177554. OLE color: 7177554.

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

Color convert

RGB 82 133 109 -
CMYK 0.38 0 0.18 0.48
HSL 151.76º 0.24% 0.42% -
HSV(B) 151.76º 0.38% 0.52% -
XYZ 14.63 19.67 17.49 -
YUV 115.02 124.6 104.45 -
System Red Green Blue C M Y K H S L
Decimal 82 133 109 0.38 0 0.18 0.48 151.76 0.24 0.42
Hex 52 85 6D 26 0 12 30 98 18 2A
Octal 122 205 155 46 0 22 60 230 30 52
Binary 1010010 10000101 1101101 100110 0 10010 110000 10011000 11000 101010

Color Harmonies of #52856D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52856D

Black with #52856D

Text Example


Text Example

White with #52856D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52856D; }

 p { color: rgb(82,133,109); }

 H1.HeaderClassName
 {
   color: #52856D;
 }
 .AnyTagClassName
 {
   color: #52856D;
 }
</style>

background-color css

<style>
 a { background-color: #52856D; }

 a { background-color: rgb(82,133,109); }

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

border-color css

<style>
 span { border-color: #52856D; }

 span { border-color: rgb(82,133,109); }

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