Html Css Color HEX #52856F Cutty Sark

📋 copy color: '#52856F'

red 82 ◦ green 133 ◦ blue 111

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

Shades of Cutty Sark #52856F

Tints of Cutty Sark #52856F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 34.05%

R = 25.15%
G = 40.8%
B = 34.05%

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

#52856F (or 0x52856F) is known color: Cutty Sark. HEX triplet: 52, 85 and 6F. RGB value is (82,133,111). Sum of RGB (Red+Green+Blue) = 82+133+111=326 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.15% from 326); Green value is 133 (52.34% from 255 or 40.80% from 326); Blue value is 111 (43.75% from 255 or 34.05% from 326); Max value from RGB is 133 - color contains mainly: green. Hex color #52856F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52856F is #AD7A90. Grayscale: #737373. Windows color (decimal): -11369105 or 7308626. OLE color: 7308626.

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

Color convert

RGB 82 133 111 -
CMYK 0.38 0 0.17 0.48
HSL 154.12º 0.24% 0.42% -
HSV(B) 154.12º 0.38% 0.52% -
XYZ 14.74 19.72 18.07 -
YUV 115.24 125.6 104.29 -
System Red Green Blue C M Y K H S L
Decimal 82 133 111 0.38 0 0.17 0.48 154.12 0.24 0.42
Hex 52 85 6F 26 0 11 30 9A 18 2A
Octal 122 205 157 46 0 21 60 232 30 52
Binary 1010010 10000101 1101111 100110 0 10001 110000 10011010 11000 101010

Color Harmonies of #52856F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52856F

Black with #52856F

Text Example


Text Example

White with #52856F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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