Html Css Color HEX #538977 Cutty Sark

📋 copy color: '#538977'

red 83 ◦ green 137 ◦ blue 119

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

Shades of Cutty Sark #538977

Tints of Cutty Sark #538977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 35.1%

R = 24.48%
G = 40.41%
B = 35.1%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.13

 K value IS 0.46

RGB Variations

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

Color information

#538977 (or 0x538977) is known color: Cutty Sark. HEX triplet: 53, 89 and 77. RGB value is (83,137,119). Sum of RGB (Red+Green+Blue) = 83+137+119=339 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.48% from 339); Green value is 137 (53.91% from 255 or 40.41% from 339); Blue value is 119 (46.88% from 255 or 35.10% from 339); Max value from RGB is 137 - color contains mainly: green. Hex color #538977 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538977 is #AC7688. Grayscale: #767676. Windows color (decimal): -11302537 or 7833939. OLE color: 7833939.

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

Color convert

RGB 83 137 119 -
CMYK 0.39 0 0.13 0.46
HSL 160º 0.25% 0.43% -
HSV(B) 160º 0.39% 0.54% -
XYZ 15.84 21.06 20.68 -
YUV 118.8 128.11 102.46 -
System Red Green Blue C M Y K H S L
Decimal 83 137 119 0.39 0 0.13 0.46 160 0.25 0.43
Hex 53 89 77 27 0 D 2E A0 19 2B
Octal 123 211 167 47 0 15 56 240 31 53
Binary 1010011 10001001 1110111 100111 0 1101 101110 10100000 11001 101011

Color Harmonies of #538977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538977

Black with #538977

Text Example


Text Example

White with #538977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538977; }

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

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

background-color css

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

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

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

border-color css

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

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

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