Html Css Color HEX #539171 Cutty Sark

📋 copy color: '#539171'

red 83 ◦ green 145 ◦ blue 113

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

Shades of Cutty Sark #539171

Tints of Cutty Sark #539171

RGB

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

 GREEN value IS 145 (57.03% from 255) = 42.52%

 BLUE value IS 113 (44.53% from 255) = 33.14%

R = 24.34%
G = 42.52%
B = 33.14%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.22

 K value IS 0.43

RGB Variations

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

Color information

#539171 (or 0x539171) is known color: Cutty Sark. HEX triplet: 53, 91 and 71. RGB value is (83,145,113). Sum of RGB (Red+Green+Blue) = 83+145+113=341 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.34% from 341); Green value is 145 (57.03% from 255 or 42.52% from 341); Blue value is 113 (44.53% from 255 or 33.14% from 341); Max value from RGB is 145 - color contains mainly: green. Hex color #539171 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539171 is #AC6E8E. Grayscale: #7A7A7A. Windows color (decimal): -11300495 or 7442771. OLE color: 7442771.

HSL color Cylindrical-coordinate representation of color #539171: hue angle of 149.03º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #539171 is Cyan = 0.43, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB 83 145 113 -
CMYK 0.43 0 0.22 0.43
HSL 149.03º 0.27% 0.45% -
HSV(B) 149.03º 0.43% 0.57% -
XYZ 16.67 23.28 19.24 -
YUV 122.81 122.46 99.6 -
System Red Green Blue C M Y K H S L
Decimal 83 145 113 0.43 0 0.22 0.43 149.03 0.27 0.45
Hex 53 91 71 2B 0 16 2B 95 1B 2D
Octal 123 221 161 53 0 26 53 225 33 55
Binary 1010011 10010001 1110001 101011 0 10110 101011 10010101 11011 101101

Color Harmonies of #539171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539171

Black with #539171

Text Example


Text Example

White with #539171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539171; }

 p { color: rgb(83,145,113); }

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

background-color css

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

 a { background-color: rgb(83,145,113); }

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

border-color css

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

 span { border-color: rgb(83,145,113); }

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