Html Css Color HEX #52886F Cutty Sark

📋 copy color: '#52886F'

red 82 ◦ green 136 ◦ blue 111

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

Shades of Cutty Sark #52886F

Tints of Cutty Sark #52886F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 41.34%

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

R = 24.92%
G = 41.34%
B = 33.74%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#52886F (or 0x52886F) is known color: Cutty Sark. HEX triplet: 52, 88 and 6F. RGB value is (82,136,111). Sum of RGB (Red+Green+Blue) = 82+136+111=329 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.92% from 329); Green value is 136 (53.52% from 255 or 41.34% from 329); Blue value is 111 (43.75% from 255 or 33.74% from 329); Max value from RGB is 136 - color contains mainly: green. Hex color #52886F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52886F is #AD7790. Grayscale: #757575. Windows color (decimal): -11368337 or 7309394. OLE color: 7309394.

HSL color Cylindrical-coordinate representation of color #52886F: hue angle of 152.22º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #52886F is Cyan = 0.40, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB 82 136 111 -
CMYK 0.40 0 0.18 0.47
HSL 152.22º 0.25% 0.43% -
HSV(B) 152.22º 0.4% 0.53% -
XYZ 15.15 20.55 18.21 -
YUV 117 124.61 103.03 -
System Red Green Blue C M Y K H S L
Decimal 82 136 111 0.40 0 0.18 0.47 152.22 0.25 0.43
Hex 52 88 6F 28 0 12 2F 98 19 2B
Octal 122 210 157 50 0 22 57 230 31 53
Binary 1010010 10001000 1101111 101000 0 10010 101111 10011000 11001 101011

Color Harmonies of #52886F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52886F

Black with #52886F

Text Example


Text Example

White with #52886F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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