Html Css Color HEX #53896F Cutty Sark

📋 copy color: '#53896F'

red 83 ◦ green 137 ◦ blue 111

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

Shades of Cutty Sark #53896F

Tints of Cutty Sark #53896F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.39%

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

R = 25.08%
G = 41.39%
B = 33.53%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.19

 K value IS 0.46

RGB Variations

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

Color information

#53896F (or 0x53896F) is known color: Cutty Sark. HEX triplet: 53, 89 and 6F. RGB value is (83,137,111). Sum of RGB (Red+Green+Blue) = 83+137+111=331 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.08% from 331); Green value is 137 (53.91% from 255 or 41.39% from 331); Blue value is 111 (43.75% from 255 or 33.53% from 331); Max value from RGB is 137 - color contains mainly: green. Hex color #53896F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53896F is #AC7690. Grayscale: #757575. Windows color (decimal): -11302545 or 7309651. OLE color: 7309651.

HSL color Cylindrical-coordinate representation of color #53896F: hue angle of 151.11º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #53896F is Cyan = 0.39, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB 83 137 111 -
CMYK 0.39 0 0.19 0.46
HSL 151.11º 0.25% 0.43% -
HSV(B) 151.11º 0.39% 0.54% -
XYZ 15.38 20.88 18.26 -
YUV 117.89 124.11 103.11 -
System Red Green Blue C M Y K H S L
Decimal 83 137 111 0.39 0 0.19 0.46 151.11 0.25 0.43
Hex 53 89 6F 27 0 13 2E 97 19 2B
Octal 123 211 157 47 0 23 56 227 31 53
Binary 1010011 10001001 1101111 100111 0 10011 101110 10010111 11001 101011

Color Harmonies of #53896F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53896F

Black with #53896F

Text Example


Text Example

White with #53896F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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