Html Css Color HEX #538172 Cutty Sark

📋 copy color: '#538172'

red 83 ◦ green 129 ◦ blue 114

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

Shades of Cutty Sark #538172

Tints of Cutty Sark #538172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 34.97%

R = 25.46%
G = 39.57%
B = 34.97%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#538172 (or 0x538172) is known color: Cutty Sark. HEX triplet: 53, 81 and 72. RGB value is (83,129,114). Sum of RGB (Red+Green+Blue) = 83+129+114=326 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.46% from 326); Green value is 129 (50.78% from 255 or 39.57% from 326); Blue value is 114 (44.92% from 255 or 34.97% from 326); Max value from RGB is 129 - color contains mainly: green. Hex color #538172 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538172 is #AC7E8D. Grayscale: #717171. Windows color (decimal): -11304590 or 7504211. OLE color: 7504211.

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

Color convert

RGB 83 129 114 -
CMYK 0.36 0 0.12 0.49
HSL 160.43º 0.22% 0.42% -
HSV(B) 160.43º 0.36% 0.51% -
XYZ 14.45 18.75 18.78 -
YUV 113.54 128.26 106.22 -
System Red Green Blue C M Y K H S L
Decimal 83 129 114 0.36 0 0.12 0.49 160.43 0.22 0.42
Hex 53 81 72 24 0 C 31 A0 16 2A
Octal 123 201 162 44 0 14 61 240 26 52
Binary 1010011 10000001 1110010 100100 0 1100 110001 10100000 10110 101010

Color Harmonies of #538172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538172

Black with #538172

Text Example


Text Example

White with #538172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538172; }

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

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

background-color css

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

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

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

border-color css

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

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

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