Html Css Color HEX #539178 Cutty Sark

📋 copy color: '#539178'

red 83 ◦ green 145 ◦ blue 120

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

Shades of Cutty Sark #539178

Tints of Cutty Sark #539178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 34.48%

R = 23.85%
G = 41.67%
B = 34.48%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.17

 K value IS 0.43

RGB Variations

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

Color information

#539178 (or 0x539178) is known color: Cutty Sark. HEX triplet: 53, 91 and 78. RGB value is (83,145,120). Sum of RGB (Red+Green+Blue) = 83+145+120=348 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.85% from 348); Green value is 145 (57.03% from 255 or 41.67% from 348); Blue value is 120 (47.27% from 255 or 34.48% from 348); Max value from RGB is 145 - color contains mainly: green. Hex color #539178 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539178 is #AC6E87. Grayscale: #7B7B7B. Windows color (decimal): -11300488 or 7901523. OLE color: 7901523.

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

Color convert

RGB 83 145 120 -
CMYK 0.43 0 0.17 0.43
HSL 155.81º 0.27% 0.45% -
HSV(B) 155.81º 0.43% 0.57% -
XYZ 17.08 23.45 21.39 -
YUV 123.61 125.96 99.03 -
System Red Green Blue C M Y K H S L
Decimal 83 145 120 0.43 0 0.17 0.43 155.81 0.27 0.45
Hex 53 91 78 2B 0 11 2B 9C 1B 2D
Octal 123 221 170 53 0 21 53 234 33 55
Binary 1010011 10010001 1111000 101011 0 10001 101011 10011100 11011 101101

Color Harmonies of #539178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539178

Black with #539178

Text Example


Text Example

White with #539178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539178; }

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

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

background-color css

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

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

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

border-color css

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

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

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