Html Css Color HEX #538476 Cutty Sark

📋 copy color: '#538476'

red 83 ◦ green 132 ◦ blue 118

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

Shades of Cutty Sark #538476

Tints of Cutty Sark #538476

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.64%

 BLUE value IS 118 (46.48% from 255) = 35.44%

R = 24.92%
G = 39.64%
B = 35.44%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#538476 (or 0x538476) is known color: Cutty Sark. HEX triplet: 53, 84 and 76. RGB value is (83,132,118). Sum of RGB (Red+Green+Blue) = 83+132+118=333 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.92% from 333); Green value is 132 (51.95% from 255 or 39.64% from 333); Blue value is 118 (46.48% from 255 or 35.44% from 333); Max value from RGB is 132 - color contains mainly: green. Hex color #538476 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538476 is #AC7B89. Grayscale: #737373. Windows color (decimal): -11303818 or 7767123. OLE color: 7767123.

HSL color Cylindrical-coordinate representation of color #538476: hue angle of 162.86º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #538476 is Cyan = 0.37, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 83 132 118 -
CMYK 0.37 0 0.11 0.48
HSL 162.86º 0.23% 0.42% -
HSV(B) 162.86º 0.37% 0.52% -
XYZ 15.09 19.65 20.14 -
YUV 115.75 129.27 104.64 -
System Red Green Blue C M Y K H S L
Decimal 83 132 118 0.37 0 0.11 0.48 162.86 0.23 0.42
Hex 53 84 76 25 0 B 30 A3 17 2A
Octal 123 204 166 45 0 13 60 243 27 52
Binary 1010011 10000100 1110110 100101 0 1011 110000 10100011 10111 101010

Color Harmonies of #538476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538476

Black with #538476

Text Example


Text Example

White with #538476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538476; }

 p { color: rgb(83,132,118); }

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

background-color css

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

 a { background-color: rgb(83,132,118); }

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

border-color css

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

 span { border-color: rgb(83,132,118); }

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