Html Css Color HEX #539170 Cutty Sark

📋 copy color: '#539170'

red 83 ◦ green 145 ◦ blue 112

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

Shades of Cutty Sark #539170

Tints of Cutty Sark #539170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 32.94%

R = 24.41%
G = 42.65%
B = 32.94%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#539170 (or 0x539170) is known color: Cutty Sark. HEX triplet: 53, 91 and 70. RGB value is (83,145,112). Sum of RGB (Red+Green+Blue) = 83+145+112=340 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.41% from 340); Green value is 145 (57.03% from 255 or 42.65% from 340); Blue value is 112 (44.14% from 255 or 32.94% from 340); Max value from RGB is 145 - color contains mainly: green. Hex color #539170 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539170 is #AC6E8F. Grayscale: #7A7A7A. Windows color (decimal): -11300496 or 7377235. OLE color: 7377235.

HSL color Cylindrical-coordinate representation of color #539170: hue angle of 148.06º 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 #539170 is Cyan = 0.43, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB 83 145 112 -
CMYK 0.43 0 0.23 0.43
HSL 148.06º 0.27% 0.45% -
HSV(B) 148.06º 0.43% 0.57% -
XYZ 16.62 23.26 18.94 -
YUV 122.7 121.96 99.68 -
System Red Green Blue C M Y K H S L
Decimal 83 145 112 0.43 0 0.23 0.43 148.06 0.27 0.45
Hex 53 91 70 2B 0 17 2B 94 1B 2D
Octal 123 221 160 53 0 27 53 224 33 55
Binary 1010011 10010001 1110000 101011 0 10111 101011 10010100 11011 101101

Color Harmonies of #539170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539170

Black with #539170

Text Example


Text Example

White with #539170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539170; }

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

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

background-color css

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

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

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

border-color css

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

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

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