Html Css Color HEX #537768 Cutty Sark

📋 copy color: '#537768'

red 83 ◦ green 119 ◦ blue 104

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

Shades of Cutty Sark #537768

Tints of Cutty Sark #537768

RGB

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

 GREEN value IS 119 (46.88% from 255) = 38.89%

 BLUE value IS 104 (41.02% from 255) = 33.99%

R = 27.12%
G = 38.89%
B = 33.99%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#537768 (or 0x537768) is known color: Cutty Sark. HEX triplet: 53, 77 and 68. RGB value is (83,119,104). Sum of RGB (Red+Green+Blue) = 83+119+104=306 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.12% from 306); Green value is 119 (46.88% from 255 or 38.89% from 306); Blue value is 104 (41.02% from 255 or 33.99% from 306); Max value from RGB is 119 - color contains mainly: green. Hex color #537768 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537768 is #AC8897. Grayscale: #6A6A6A. Windows color (decimal): -11307160 or 6846291. OLE color: 6846291.

HSL color Cylindrical-coordinate representation of color #537768: hue angle of 155º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #537768 is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB 83 119 104 -
CMYK 0.30 0 0.13 0.53
HSL 155º 0.18% 0.4% -
HSV(B) 155º 0.3% 0.47% -
XYZ 12.66 16.03 15.52 -
YUV 106.53 126.57 111.22 -
System Red Green Blue C M Y K H S L
Decimal 83 119 104 0.30 0 0.13 0.53 155 0.18 0.4
Hex 53 77 68 1E 0 D 35 9B 12 28
Octal 123 167 150 36 0 15 65 233 22 50
Binary 1010011 1110111 1101000 11110 0 1101 110101 10011011 10010 101000

Color Harmonies of #537768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537768

Black with #537768

Text Example


Text Example

White with #537768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537768; }

 p { color: rgb(83,119,104); }

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

background-color css

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

 a { background-color: rgb(83,119,104); }

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

border-color css

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

 span { border-color: rgb(83,119,104); }

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