Html Css Color HEX #538979 Cutty Sark

📋 copy color: '#538979'

red 83 ◦ green 137 ◦ blue 121

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

Shades of Cutty Sark #538979

Tints of Cutty Sark #538979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 35.48%

R = 24.34%
G = 40.18%
B = 35.48%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#538979 (or 0x538979) is known color: Cutty Sark. HEX triplet: 53, 89 and 79. RGB value is (83,137,121). Sum of RGB (Red+Green+Blue) = 83+137+121=341 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.34% from 341); Green value is 137 (53.91% from 255 or 40.18% from 341); Blue value is 121 (47.66% from 255 or 35.48% from 341); Max value from RGB is 137 - color contains mainly: green. Hex color #538979 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538979 is #AC7686. Grayscale: #777777. Windows color (decimal): -11302535 or 7965011. OLE color: 7965011.

HSL color Cylindrical-coordinate representation of color #538979: hue angle of 162.22º 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 #538979 is Cyan = 0.39, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB 83 137 121 -
CMYK 0.39 0 0.12 0.46
HSL 162.22º 0.25% 0.43% -
HSV(B) 162.22º 0.39% 0.54% -
XYZ 15.96 21.11 21.32 -
YUV 119.03 129.11 102.3 -
System Red Green Blue C M Y K H S L
Decimal 83 137 121 0.39 0 0.12 0.46 162.22 0.25 0.43
Hex 53 89 79 27 0 C 2E A2 19 2B
Octal 123 211 171 47 0 14 56 242 31 53
Binary 1010011 10001001 1111001 100111 0 1100 101110 10100010 11001 101011

Color Harmonies of #538979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538979

Black with #538979

Text Example


Text Example

White with #538979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538979; }

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

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

background-color css

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

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

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

border-color css

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

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

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