Html Css Color HEX #538176 Cutty Sark

📋 copy color: '#538176'

red 83 ◦ green 129 ◦ blue 118

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

Shades of Cutty Sark #538176

Tints of Cutty Sark #538176

RGB

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

 GREEN value IS 129 (50.78% from 255) = 39.09%

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

R = 25.15%
G = 39.09%
B = 35.76%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#538176 (or 0x538176) is known color: Cutty Sark. HEX triplet: 53, 81 and 76. RGB value is (83,129,118). Sum of RGB (Red+Green+Blue) = 83+129+118=330 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.15% from 330); Green value is 129 (50.78% from 255 or 39.09% from 330); Blue value is 118 (46.48% from 255 or 35.76% from 330); Max value from RGB is 129 - color contains mainly: green. Hex color #538176 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538176 is #AC7E89. Grayscale: #717171. Windows color (decimal): -11304586 or 7766355. OLE color: 7766355.

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

Color convert

RGB 83 129 118 -
CMYK 0.36 0 0.09 0.49
HSL 165.65º 0.22% 0.42% -
HSV(B) 165.65º 0.36% 0.51% -
XYZ 14.69 18.85 20 -
YUV 113.99 130.26 105.89 -
System Red Green Blue C M Y K H S L
Decimal 83 129 118 0.36 0 0.09 0.49 165.65 0.22 0.42
Hex 53 81 76 24 0 9 31 A6 16 2A
Octal 123 201 166 44 0 11 61 246 26 52
Binary 1010011 10000001 1110110 100100 0 1001 110001 10100110 10110 101010

Color Harmonies of #538176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538176

Black with #538176

Text Example


Text Example

White with #538176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538176; }

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

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

background-color css

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

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

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

border-color css

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

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

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