Html Css Color HEX #539375 Cutty Sark

📋 copy color: '#539375'

red 83 ◦ green 147 ◦ blue 117

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

Shades of Cutty Sark #539375

Tints of Cutty Sark #539375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 33.72%

R = 23.92%
G = 42.36%
B = 33.72%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#539375 (or 0x539375) is known color: Cutty Sark. HEX triplet: 53, 93 and 75. RGB value is (83,147,117). Sum of RGB (Red+Green+Blue) = 83+147+117=347 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.92% from 347); Green value is 147 (57.81% from 255 or 42.36% from 347); Blue value is 117 (46.09% from 255 or 33.72% from 347); Max value from RGB is 147 - color contains mainly: green. Hex color #539375 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539375 is #AC6C8A. Grayscale: #7C7C7C. Windows color (decimal): -11299979 or 7705427. OLE color: 7705427.

HSL color Cylindrical-coordinate representation of color #539375: hue angle of 151.88º 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 #539375 is Cyan = 0.44, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 83 147 117 -
CMYK 0.44 0 0.20 0.42
HSL 151.88º 0.28% 0.45% -
HSV(B) 151.88º 0.44% 0.58% -
XYZ 17.21 23.99 20.55 -
YUV 124.44 123.8 98.44 -
System Red Green Blue C M Y K H S L
Decimal 83 147 117 0.44 0 0.20 0.42 151.88 0.28 0.45
Hex 53 93 75 2C 0 14 2A 98 1C 2D
Octal 123 223 165 54 0 24 52 230 34 55
Binary 1010011 10010011 1110101 101100 0 10100 101010 10011000 11100 101101

Color Harmonies of #539375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539375

Black with #539375

Text Example


Text Example

White with #539375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539375; }

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

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

background-color css

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

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

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

border-color css

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

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

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