Html Css Color HEX #52856B Cutty Sark

📋 copy color: '#52856B'

red 82 ◦ green 133 ◦ blue 107

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

Shades of Cutty Sark #52856B

Tints of Cutty Sark #52856B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 33.23%

R = 25.47%
G = 41.3%
B = 33.23%

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

#52856B (or 0x52856B) is known color: Cutty Sark. HEX triplet: 52, 85 and 6B. RGB value is (82,133,107). Sum of RGB (Red+Green+Blue) = 82+133+107=322 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.47% from 322); Green value is 133 (52.34% from 255 or 41.30% from 322); Blue value is 107 (42.19% from 255 or 33.23% from 322); Max value from RGB is 133 - color contains mainly: green. Hex color #52856B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52856B is #AD7A94. Grayscale: #727272. Windows color (decimal): -11369109 or 7046482. OLE color: 7046482.

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

Color convert

RGB 82 133 107 -
CMYK 0.38 0 0.20 0.48
HSL 149.41º 0.24% 0.42% -
HSV(B) 149.41º 0.38% 0.52% -
XYZ 14.52 19.63 16.93 -
YUV 114.79 123.6 104.61 -
System Red Green Blue C M Y K H S L
Decimal 82 133 107 0.38 0 0.20 0.48 149.41 0.24 0.42
Hex 52 85 6B 26 0 14 30 95 18 2A
Octal 122 205 153 46 0 24 60 225 30 52
Binary 1010010 10000101 1101011 100110 0 10100 110000 10010101 11000 101010

Color Harmonies of #52856B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52856B

Black with #52856B

Text Example


Text Example

White with #52856B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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