Html Css Color HEX #53886F Cutty Sark

📋 copy color: '#53886F'

red 83 ◦ green 136 ◦ blue 111

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

Shades of Cutty Sark #53886F

Tints of Cutty Sark #53886F

RGB

 RED value IS 83 (32.81% from 255) = 25.15%

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

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

R = 25.15%
G = 41.21%
B = 33.64%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#53886F (or 0x53886F) is known color: Cutty Sark. HEX triplet: 53, 88 and 6F. RGB value is (83,136,111). Sum of RGB (Red+Green+Blue) = 83+136+111=330 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.15% from 330); Green value is 136 (53.52% from 255 or 41.21% from 330); Blue value is 111 (43.75% from 255 or 33.64% from 330); Max value from RGB is 136 - color contains mainly: green. Hex color #53886F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53886F is #AC7790. Grayscale: #757575. Windows color (decimal): -11302801 or 7309395. OLE color: 7309395.

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

Color convert

RGB 83 136 111 -
CMYK 0.39 0 0.18 0.47
HSL 151.7º 0.24% 0.43% -
HSV(B) 151.7º 0.39% 0.53% -
XYZ 15.24 20.6 18.21 -
YUV 117.3 124.44 103.53 -
System Red Green Blue C M Y K H S L
Decimal 83 136 111 0.39 0 0.18 0.47 151.7 0.24 0.43
Hex 53 88 6F 27 0 12 2F 98 18 2B
Octal 123 210 157 47 0 22 57 230 30 53
Binary 1010011 10001000 1101111 100111 0 10010 101111 10011000 11000 101011

Color Harmonies of #53886F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53886F

Black with #53886F

Text Example


Text Example

White with #53886F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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