Html Css Color HEX #53887A Cutty Sark

📋 copy color: '#53887A'

red 83 ◦ green 136 ◦ blue 122

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

Shades of Cutty Sark #53887A

Tints of Cutty Sark #53887A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 35.78%

R = 24.34%
G = 39.88%
B = 35.78%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#53887A (or 0x53887A) is known color: Cutty Sark. HEX triplet: 53, 88 and 7A. RGB value is (83,136,122). Sum of RGB (Red+Green+Blue) = 83+136+122=341 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.34% from 341); Green value is 136 (53.52% from 255 or 39.88% from 341); Blue value is 122 (48.05% from 255 or 35.78% from 341); Max value from RGB is 136 - color contains mainly: green. Hex color #53887A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53887A is #AC7785. Grayscale: #767676. Windows color (decimal): -11302790 or 8030291. OLE color: 8030291.

HSL color Cylindrical-coordinate representation of color #53887A: hue angle of 164.15º 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 #53887A is Cyan = 0.39, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 83 136 122 -
CMYK 0.39 0 0.10 0.47
HSL 164.15º 0.24% 0.43% -
HSV(B) 164.15º 0.39% 0.53% -
XYZ 15.88 20.85 21.6 -
YUV 118.56 129.94 102.64 -
System Red Green Blue C M Y K H S L
Decimal 83 136 122 0.39 0 0.10 0.47 164.15 0.24 0.43
Hex 53 88 7A 27 0 A 2F A4 18 2B
Octal 123 210 172 47 0 12 57 244 30 53
Binary 1010011 10001000 1111010 100111 0 1010 101111 10100100 11000 101011

Color Harmonies of #53887A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53887A

Black with #53887A

Text Example


Text Example

White with #53887A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53887A; }

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

 H1.HeaderClassName
 {
   color: #53887A;
 }
 .AnyTagClassName
 {
   color: #53887A;
 }
</style>

background-color css

<style>
 a { background-color: #53887A; }

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

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

border-color css

<style>
 span { border-color: #53887A; }

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

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