Html Css Color HEX #539174 Cutty Sark

📋 copy color: '#539174'

red 83 ◦ green 145 ◦ blue 116

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

Shades of Cutty Sark #539174

Tints of Cutty Sark #539174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 33.72%

R = 24.13%
G = 42.15%
B = 33.72%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.2

 K value IS 0.43

RGB Variations

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

Color information

#539174 (or 0x539174) is known color: Cutty Sark. HEX triplet: 53, 91 and 74. RGB value is (83,145,116). Sum of RGB (Red+Green+Blue) = 83+145+116=344 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.13% from 344); Green value is 145 (57.03% from 255 or 42.15% from 344); Blue value is 116 (45.70% from 255 or 33.72% from 344); Max value from RGB is 145 - color contains mainly: green. Hex color #539174 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539174 is #AC6E8B. Grayscale: #7B7B7B. Windows color (decimal): -11300492 or 7639379. OLE color: 7639379.

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

Color convert

RGB 83 145 116 -
CMYK 0.43 0 0.2 0.43
HSL 151.94º 0.27% 0.45% -
HSV(B) 151.94º 0.43% 0.57% -
XYZ 16.85 23.35 20.14 -
YUV 123.16 123.96 99.36 -
System Red Green Blue C M Y K H S L
Decimal 83 145 116 0.43 0 0.2 0.43 151.94 0.27 0.45
Hex 53 91 74 2B 0 14 2B 98 1B 2D
Octal 123 221 164 53 0 24 53 230 33 55
Binary 1010011 10010001 1110100 101011 0 10100 101011 10011000 11011 101101

Color Harmonies of #539174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539174

Black with #539174

Text Example


Text Example

White with #539174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539174; }

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

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

background-color css

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

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

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

border-color css

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

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

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