Html Css Color HEX #539372 Cutty Sark

📋 copy color: '#539372'

red 83 ◦ green 147 ◦ blue 114

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

Shades of Cutty Sark #539372

Tints of Cutty Sark #539372

RGB

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

 GREEN value IS 147 (57.81% from 255) = 42.73%

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

R = 24.13%
G = 42.73%
B = 33.14%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#539372 (or 0x539372) is known color: Cutty Sark. HEX triplet: 53, 93 and 72. RGB value is (83,147,114). Sum of RGB (Red+Green+Blue) = 83+147+114=344 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.13% from 344); Green value is 147 (57.81% from 255 or 42.73% from 344); Blue value is 114 (44.92% from 255 or 33.14% from 344); Max value from RGB is 147 - color contains mainly: green. Hex color #539372 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539372 is #AC6C8D. Grayscale: #7C7C7C. Windows color (decimal): -11299982 or 7508819. OLE color: 7508819.

HSL color Cylindrical-coordinate representation of color #539372: hue angle of 149.06º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #539372 is Cyan = 0.44, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 83 147 114 -
CMYK 0.44 0 0.22 0.42
HSL 149.06º 0.28% 0.45% -
HSV(B) 149.06º 0.44% 0.58% -
XYZ 17.04 23.92 19.64 -
YUV 124.1 122.3 98.68 -
System Red Green Blue C M Y K H S L
Decimal 83 147 114 0.44 0 0.22 0.42 149.06 0.28 0.45
Hex 53 93 72 2C 0 16 2A 95 1C 2D
Octal 123 223 162 54 0 26 52 225 34 55
Binary 1010011 10010011 1110010 101100 0 10110 101010 10010101 11100 101101

Color Harmonies of #539372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539372

Black with #539372

Text Example


Text Example

White with #539372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539372; }

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

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

background-color css

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

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

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

border-color css

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

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

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