Html Css Color HEX #538376 Cutty Sark

📋 copy color: '#538376'

red 83 ◦ green 131 ◦ blue 118

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

Shades of Cutty Sark #538376

Tints of Cutty Sark #538376

RGB

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

 GREEN value IS 131 (51.56% from 255) = 39.46%

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

R = 25%
G = 39.46%
B = 35.54%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.10

 K value IS 0.49

RGB Variations

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

Color information

#538376 (or 0x538376) is known color: Cutty Sark. HEX triplet: 53, 83 and 76. RGB value is (83,131,118). Sum of RGB (Red+Green+Blue) = 83+131+118=332 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25% from 332); Green value is 131 (51.56% from 255 or 39.46% from 332); Blue value is 118 (46.48% from 255 or 35.54% from 332); Max value from RGB is 131 - color contains mainly: green. Hex color #538376 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538376 is #AC7C89. Grayscale: #737373. Windows color (decimal): -11304074 or 7766867. OLE color: 7766867.

HSL color Cylindrical-coordinate representation of color #538376: hue angle of 163.75º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #538376 is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.49.

Color convert

RGB 83 131 118 -
CMYK 0.37 0 0.10 0.49
HSL 163.75º 0.22% 0.42% -
HSV(B) 163.75º 0.37% 0.51% -
XYZ 14.95 19.38 20.09 -
YUV 115.17 129.6 105.06 -
System Red Green Blue C M Y K H S L
Decimal 83 131 118 0.37 0 0.10 0.49 163.75 0.22 0.42
Hex 53 83 76 25 0 A 31 A4 16 2A
Octal 123 203 166 45 0 12 61 244 26 52
Binary 1010011 10000011 1110110 100101 0 1010 110001 10100100 10110 101010

Color Harmonies of #538376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538376

Black with #538376

Text Example


Text Example

White with #538376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538376; }

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

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

background-color css

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

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

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

border-color css

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

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

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